Shades of Olivine #9AB866
Tints of Olivine #9AB866
RGB
CMYK
RGB Variations
Color information
#9AB866 (or 0x9AB866) is known color: Olivine. HEX triplet: 9A, B8 and 66. RGB value is (154,184,102). Sum of RGB (Red+Green+Blue) = 154+184+102=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB866 is #654799. Grayscale: #A5A5A5. Windows color (decimal): -6637466 or 6731930. OLE color: 6731930.
HSL color Cylindrical-coordinate representation of color #9AB866: hue angle of 81.95º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AB866 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 184 | 102 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.28 |
| HSL | 81.95º | 0.37% | 0.56% | - |
| HSV(B) | 81.95º | 0.45% | 0.72% | - |
| XYZ | 32.87 | 42.11 | 18.97 | - |
| YUV | 165.68 | 92.06 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 102 | 0.16 | 0 | 0.45 | 0.28 | 81.95 | 0.37 | 0.56 |
| Hex | 9A | B8 | 66 | 10 | 0 | 2D | 1C | 52 | 25 | 38 |
| Octal | 232 | 270 | 146 | 20 | 0 | 55 | 34 | 122 | 45 | 70 |
| Binary | 10011010 | 10111000 | 1100110 | 10000 | 0 | 101101 | 11100 | 1010010 | 100101 | 111000 |
Color Harmonies of #9AB866
Complementary color
Monochromatic Colors of #9AB866
Black with #9AB866
Text Example
Text Example
White with #9AB866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB866; }
p { color: rgb(154,184,102); }
H1.HeaderClassName
{
color: #9AB866;
}
.AnyTagClassName
{
color: #9AB866;
}
</style>
background-color css
<style>
a { background-color: #9AB866; }
a { background-color: rgb(154,184,102); }
div.DivClassName
{
background-color: #9AB866;
}
.BgClassName
{
background-color: #9AB866;
}
</style>
border-color css
<style>
span { border-color: #9AB866; }
span { border-color: rgb(154,184,102); }
td.TdClassName
{
border-color: #9AB866;
}
.TagClassName
{
border-color: #9AB866;
}
</style>