Shades of Olivine #99AB78
Tints of Olivine #99AB78
RGB
CMYK
RGB Variations
Color information
#99AB78 (or 0x99AB78) is known color: Olivine. HEX triplet: 99, AB and 78. RGB value is (153,171,120). Sum of RGB (Red+Green+Blue) = 153+171+120=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AB78 is #665487. Grayscale: #9F9F9F. Windows color (decimal): -6706312 or 7908249. OLE color: 7908249.
HSL color Cylindrical-coordinate representation of color #99AB78: hue angle of 81.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99AB78 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 120 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.33 |
| HSL | 81.18º | 0.23% | 0.57% | - |
| HSV(B) | 81.18º | 0.3% | 0.67% | - |
| XYZ | 31.09 | 37.25 | 23.32 | - |
| YUV | 159.8 | 105.54 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 120 | 0.11 | 0 | 0.30 | 0.33 | 81.18 | 0.23 | 0.57 |
| Hex | 99 | AB | 78 | B | 0 | 1E | 21 | 51 | 17 | 39 |
| Octal | 231 | 253 | 170 | 13 | 0 | 36 | 41 | 121 | 27 | 71 |
| Binary | 10011001 | 10101011 | 1111000 | 1011 | 0 | 11110 | 100001 | 1010001 | 10111 | 111001 |
Color Harmonies of #99AB78
Complementary color
Monochromatic Colors of #99AB78
Black with #99AB78
Text Example
Text Example
White with #99AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB78; }
p { color: rgb(153,171,120); }
H1.HeaderClassName
{
color: #99AB78;
}
.AnyTagClassName
{
color: #99AB78;
}
</style>
background-color css
<style>
a { background-color: #99AB78; }
a { background-color: rgb(153,171,120); }
div.DivClassName
{
background-color: #99AB78;
}
.BgClassName
{
background-color: #99AB78;
}
</style>
border-color css
<style>
span { border-color: #99AB78; }
span { border-color: rgb(153,171,120); }
td.TdClassName
{
border-color: #99AB78;
}
.TagClassName
{
border-color: #99AB78;
}
</style>