Shades of Olivine #8AB66F
Tints of Olivine #8AB66F
RGB
CMYK
RGB Variations
Color information
#8AB66F (or 0x8AB66F) is known color: 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
| RGB | 138 | 182 | 111 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.29 |
| HSL | 97.18º | 0.33% | 0.57% | - |
| HSV(B) | 97.18º | 0.39% | 0.71% | - |
| XYZ | 30.08 | 40.01 | 21.18 | - |
| YUV | 160.75 | 99.92 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 111 | 0.24 | 0 | 0.39 | 0.29 | 97.18 | 0.33 | 0.57 |
| Hex | 8A | B6 | 6F | 18 | 0 | 27 | 1D | 61 | 21 | 39 |
| Octal | 212 | 266 | 157 | 30 | 0 | 47 | 35 | 141 | 41 | 71 |
| Binary | 10001010 | 10110110 | 1101111 | 11000 | 0 | 100111 | 11101 | 1100001 | 100001 | 111001 |
Color Harmonies of #8AB66F
Complementary color
Monochromatic Colors of #8AB66F
Black with #8AB66F
Text Example
Text Example
White with #8AB66F
Text Example
Text Example
HTML Codes & Css Web 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>