Shades of Olivine #99AF73
Tints of Olivine #99AF73
RGB
CMYK
RGB Variations
Color information
#99AF73 (or 0x99AF73) is known color: Olivine. HEX triplet: 99, AF and 73. RGB value is (153,175,115). Sum of RGB (Red+Green+Blue) = 153+175+115=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF73 is #66508C. Grayscale: #A1A1A1. Windows color (decimal): -6705293 or 7581593. OLE color: 7581593.
HSL color Cylindrical-coordinate representation of color #99AF73: hue angle of 82º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99AF73 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 115 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.31 |
| HSL | 82º | 0.27% | 0.57% | - |
| HSV(B) | 82º | 0.34% | 0.69% | - |
| XYZ | 31.56 | 38.67 | 22.02 | - |
| YUV | 161.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 115 | 0.13 | 0 | 0.34 | 0.31 | 82 | 0.27 | 0.57 |
| Hex | 99 | AF | 73 | D | 0 | 22 | 1F | 52 | 1B | 39 |
| Octal | 231 | 257 | 163 | 15 | 0 | 42 | 37 | 122 | 33 | 71 |
| Binary | 10011001 | 10101111 | 1110011 | 1101 | 0 | 100010 | 11111 | 1010010 | 11011 | 111001 |
Color Harmonies of #99AF73
Complementary color
Monochromatic Colors of #99AF73
Black with #99AF73
Text Example
Text Example
White with #99AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF73; }
p { color: rgb(153,175,115); }
H1.HeaderClassName
{
color: #99AF73;
}
.AnyTagClassName
{
color: #99AF73;
}
</style>
background-color css
<style>
a { background-color: #99AF73; }
a { background-color: rgb(153,175,115); }
div.DivClassName
{
background-color: #99AF73;
}
.BgClassName
{
background-color: #99AF73;
}
</style>
border-color css
<style>
span { border-color: #99AF73; }
span { border-color: rgb(153,175,115); }
td.TdClassName
{
border-color: #99AF73;
}
.TagClassName
{
border-color: #99AF73;
}
</style>