Shades of Olivine #99AC73
Tints of Olivine #99AC73
RGB
CMYK
RGB Variations
Color information
#99AC73 (or 0x99AC73) is known color: Olivine. HEX triplet: 99, AC and 73. RGB value is (153,172,115). Sum of RGB (Red+Green+Blue) = 153+172+115=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AC73 is #66538C. Grayscale: #A0A0A0. Windows color (decimal): -6706061 or 7580825. OLE color: 7580825.
HSL color Cylindrical-coordinate representation of color #99AC73: hue angle of 80º degrees, saturation: 0.26, 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 #99AC73 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 115 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.33 |
| HSL | 80º | 0.26% | 0.56% | - |
| HSV(B) | 80º | 0.33% | 0.67% | - |
| XYZ | 30.98 | 37.52 | 21.83 | - |
| YUV | 159.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 115 | 0.11 | 0 | 0.33 | 0.33 | 80 | 0.26 | 0.56 |
| Hex | 99 | AC | 73 | B | 0 | 21 | 21 | 50 | 1A | 38 |
| Octal | 231 | 254 | 163 | 13 | 0 | 41 | 41 | 120 | 32 | 70 |
| Binary | 10011001 | 10101100 | 1110011 | 1011 | 0 | 100001 | 100001 | 1010000 | 11010 | 111000 |
Color Harmonies of #99AC73
Complementary color
Monochromatic Colors of #99AC73
Black with #99AC73
Text Example
Text Example
White with #99AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC73; }
p { color: rgb(153,172,115); }
H1.HeaderClassName
{
color: #99AC73;
}
.AnyTagClassName
{
color: #99AC73;
}
</style>
background-color css
<style>
a { background-color: #99AC73; }
a { background-color: rgb(153,172,115); }
div.DivClassName
{
background-color: #99AC73;
}
.BgClassName
{
background-color: #99AC73;
}
</style>
border-color css
<style>
span { border-color: #99AC73; }
span { border-color: rgb(153,172,115); }
td.TdClassName
{
border-color: #99AC73;
}
.TagClassName
{
border-color: #99AC73;
}
</style>