Shades of Olivine #99AC77
Tints of Olivine #99AC77
RGB
CMYK
RGB Variations
Color information
#99AC77 (or 0x99AC77) is known color: Olivine. HEX triplet: 99, AC and 77. RGB value is (153,172,119). Sum of RGB (Red+Green+Blue) = 153+172+119=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AC77 is #665388. Grayscale: #A0A0A0. Windows color (decimal): -6706057 or 7842969. OLE color: 7842969.
HSL color Cylindrical-coordinate representation of color #99AC77: hue angle of 81.51º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99AC77 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 119 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.33 |
| HSL | 81.51º | 0.24% | 0.57% | - |
| HSV(B) | 81.51º | 0.31% | 0.67% | - |
| XYZ | 31.22 | 37.61 | 23.07 | - |
| YUV | 160.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 119 | 0.11 | 0 | 0.31 | 0.33 | 81.51 | 0.24 | 0.57 |
| Hex | 99 | AC | 77 | B | 0 | 1F | 21 | 52 | 18 | 39 |
| Octal | 231 | 254 | 167 | 13 | 0 | 37 | 41 | 122 | 30 | 71 |
| Binary | 10011001 | 10101100 | 1110111 | 1011 | 0 | 11111 | 100001 | 1010010 | 11000 | 111001 |
Color Harmonies of #99AC77
Complementary color
Monochromatic Colors of #99AC77
Black with #99AC77
Text Example
Text Example
White with #99AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC77; }
p { color: rgb(153,172,119); }
H1.HeaderClassName
{
color: #99AC77;
}
.AnyTagClassName
{
color: #99AC77;
}
</style>
background-color css
<style>
a { background-color: #99AC77; }
a { background-color: rgb(153,172,119); }
div.DivClassName
{
background-color: #99AC77;
}
.BgClassName
{
background-color: #99AC77;
}
</style>
border-color css
<style>
span { border-color: #99AC77; }
span { border-color: rgb(153,172,119); }
td.TdClassName
{
border-color: #99AC77;
}
.TagClassName
{
border-color: #99AC77;
}
</style>