#8AB66F

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

Shades of Olivine #8AB66F

Tints of Olivine #8AB66F

Color information

#8AB66F (or 0x8AB66F) is unknown color: approx Olivine. HEX triplet: 8A, B6 and 6F. RGB value is (138,182,111). Sum of RGB (Red+Green+Blue) = 138+182+111=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB66F is #754990. Grayscale: #A0A0A0. Windows color (decimal): -7686545 or 7321226. OLE color: 7321226.

HSL color Cylindrical-coordinate representation of color #8AB66F: hue angle of 97.18º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AB66F is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB138182111-
CMYK0.2400.390.29
HSL97.18º32.72%57.45%-
HSV(B)97.18º39.01%71.37%-
XYZ30.0840.0121.18-
YUV160.7599.92111.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 111 (43.75% from 255) = 25.75%
R=32.02%
G=42.23%
B=25.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381821110.2400.390.2997.1832.7257.45
Hex8AB66F180271D612139
Octal21226615730047351414171
Binary10001010101101101101111110000100111111011100001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,182,111); }

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

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

 a { background-color: rgb(138,182,111); }

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

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

 span { border-color: rgb(138,182,111); }

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