Shades of Olivine #99AF76
Tints of Olivine #99AF76
RGB
CMYK
RGB Variations
Color information
#99AF76 (or 0x99AF76) is known color: Olivine. HEX triplet: 99, AF and 76. RGB value is (153,175,118). Sum of RGB (Red+Green+Blue) = 153+175+118=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF76 is #665089. Grayscale: #A2A2A2. Windows color (decimal): -6705290 or 7778201. OLE color: 7778201.
HSL color Cylindrical-coordinate representation of color #99AF76: hue angle of 83.16º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99AF76 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 118 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.31 |
| HSL | 83.16º | 0.26% | 0.57% | - |
| HSV(B) | 83.16º | 0.33% | 0.69% | - |
| XYZ | 31.74 | 38.74 | 22.94 | - |
| YUV | 161.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 118 | 0.13 | 0 | 0.33 | 0.31 | 83.16 | 0.26 | 0.57 |
| Hex | 99 | AF | 76 | D | 0 | 21 | 1F | 53 | 1A | 39 |
| Octal | 231 | 257 | 166 | 15 | 0 | 41 | 37 | 123 | 32 | 71 |
| Binary | 10011001 | 10101111 | 1110110 | 1101 | 0 | 100001 | 11111 | 1010011 | 11010 | 111001 |
Color Harmonies of #99AF76
Complementary color
Monochromatic Colors of #99AF76
Black with #99AF76
Text Example
Text Example
White with #99AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF76; }
p { color: rgb(153,175,118); }
H1.HeaderClassName
{
color: #99AF76;
}
.AnyTagClassName
{
color: #99AF76;
}
</style>
background-color css
<style>
a { background-color: #99AF76; }
a { background-color: rgb(153,175,118); }
div.DivClassName
{
background-color: #99AF76;
}
.BgClassName
{
background-color: #99AF76;
}
</style>
border-color css
<style>
span { border-color: #99AF76; }
span { border-color: rgb(153,175,118); }
td.TdClassName
{
border-color: #99AF76;
}
.TagClassName
{
border-color: #99AF76;
}
</style>