Shades of Olivine #99AB73
Tints of Olivine #99AB73
RGB
CMYK
RGB Variations
Color information
#99AB73 (or 0x99AB73) is known color: Olivine. HEX triplet: 99, AB and 73. RGB value is (153,171,115). Sum of RGB (Red+Green+Blue) = 153+171+115=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AB73 is #66548C. Grayscale: #9F9F9F. Windows color (decimal): -6706317 or 7580569. OLE color: 7580569.
HSL color Cylindrical-coordinate representation of color #99AB73: hue angle of 79.29º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99AB73 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 115 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.33 |
| HSL | 79.29º | 0.25% | 0.56% | - |
| HSV(B) | 79.29º | 0.33% | 0.67% | - |
| XYZ | 30.79 | 37.14 | 21.76 | - |
| YUV | 159.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 115 | 0.11 | 0 | 0.33 | 0.33 | 79.29 | 0.25 | 0.56 |
| Hex | 99 | AB | 73 | B | 0 | 21 | 21 | 4F | 19 | 38 |
| Octal | 231 | 253 | 163 | 13 | 0 | 41 | 41 | 117 | 31 | 70 |
| Binary | 10011001 | 10101011 | 1110011 | 1011 | 0 | 100001 | 100001 | 1001111 | 11001 | 111000 |
Color Harmonies of #99AB73
Complementary color
Monochromatic Colors of #99AB73
Black with #99AB73
Text Example
Text Example
White with #99AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB73; }
p { color: rgb(153,171,115); }
H1.HeaderClassName
{
color: #99AB73;
}
.AnyTagClassName
{
color: #99AB73;
}
</style>
background-color css
<style>
a { background-color: #99AB73; }
a { background-color: rgb(153,171,115); }
div.DivClassName
{
background-color: #99AB73;
}
.BgClassName
{
background-color: #99AB73;
}
</style>
border-color css
<style>
span { border-color: #99AB73; }
span { border-color: rgb(153,171,115); }
td.TdClassName
{
border-color: #99AB73;
}
.TagClassName
{
border-color: #99AB73;
}
</style>