Shades of Olivine #99AF7D
Tints of Olivine #99AF7D
RGB
CMYK
RGB Variations
Color information
#99AF7D (or 0x99AF7D) is known color: Olivine. HEX triplet: 99, AF and 7D. RGB value is (153,175,125). Sum of RGB (Red+Green+Blue) = 153+175+125=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF7D is #665082. Grayscale: #A2A2A2. Windows color (decimal): -6705283 or 8236953. OLE color: 8236953.
HSL color Cylindrical-coordinate representation of color #99AF7D: hue angle of 86.4º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99AF7D is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 125 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.31 |
| HSL | 86.4º | 0.24% | 0.59% | - |
| HSV(B) | 86.4º | 0.29% | 0.69% | - |
| XYZ | 32.17 | 38.91 | 25.22 | - |
| YUV | 162.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 125 | 0.13 | 0 | 0.29 | 0.31 | 86.4 | 0.24 | 0.59 |
| Hex | 99 | AF | 7D | D | 0 | 1D | 1F | 56 | 18 | 3B |
| Octal | 231 | 257 | 175 | 15 | 0 | 35 | 37 | 126 | 30 | 73 |
| Binary | 10011001 | 10101111 | 1111101 | 1101 | 0 | 11101 | 11111 | 1010110 | 11000 | 111011 |
Color Harmonies of #99AF7D
Complementary color
Monochromatic Colors of #99AF7D
Black with #99AF7D
Text Example
Text Example
White with #99AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF7D; }
p { color: rgb(153,175,125); }
H1.HeaderClassName
{
color: #99AF7D;
}
.AnyTagClassName
{
color: #99AF7D;
}
</style>
background-color css
<style>
a { background-color: #99AF7D; }
a { background-color: rgb(153,175,125); }
div.DivClassName
{
background-color: #99AF7D;
}
.BgClassName
{
background-color: #99AF7D;
}
</style>
border-color css
<style>
span { border-color: #99AF7D; }
span { border-color: rgb(153,175,125); }
td.TdClassName
{
border-color: #99AF7D;
}
.TagClassName
{
border-color: #99AF7D;
}
</style>