#8AAE70

Color #8AAE70 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8AAE70

Tints of Olivine #8AAE70

Color information

#8AAE70 (or 0x8AAE70) is unknown color: approx Olivine. HEX triplet: 8A, AE and 70. RGB value is (138,174,112). Sum of RGB (Red+Green+Blue) = 138+174+112=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE70 is #75518F. Grayscale: #9C9C9C. Windows color (decimal): -7688592 or 7384714. OLE color: 7384714.

HSL color Cylindrical-coordinate representation of color #8AAE70: hue angle of 94.84º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AAE70 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB138174112-
CMYK0.2100.360.32
HSL94.84º27.68%56.08%-
HSV(B)94.84º35.63%68.24%-
XYZ28.5436.8520.94-
YUV156.17103.07115.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 32.55%
GREEN value IS 174 (68.36% from 255) = 41.04%
BLUE value IS 112 (44.14% from 255) = 26.42%
R=32.55%
G=41.04%
B=26.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381741120.2100.360.3294.8427.6856.08
Hex8AAE7015024205f1c38
Octal21225616025044401373470
Binary10001010101011101110000101010100100100000101111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AAE70; }

 p { color: rgb(138,174,112); }

 H1.HeaderClassName
 {
   color: #8AAE70;
 }
 .AnyTagClassName
 {
   color: #8AAE70;
 }
</style>
background-color css

<style>
 a { background-color: #8AAE70; }

 a { background-color: rgb(138,174,112); }

 div.DivClassName
 {
   background-color: #8AAE70;
 }
 .BgClassName
 {
   background-color: #8AAE70;
 }
</style>
border-color css

<style>
 span { border-color: #8AAE70; }

 span { border-color: rgb(138,174,112); }

 td.TdClassName
 {
   border-color: #8AAE70;
 }
 .TagClassName
 {
   border-color: #8AAE70;
 }
</style>