Shades of Olivine #99AD7F
Tints of Olivine #99AD7F
RGB
CMYK
RGB Variations
Color information
#99AD7F (or 0x99AD7F) is known color: Olivine. HEX triplet: 99, AD and 7F. RGB value is (153,173,127). Sum of RGB (Red+Green+Blue) = 153+173+127=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AD7F is #665280. Grayscale: #A1A1A1. Windows color (decimal): -6705793 or 8367513. OLE color: 8367513.
HSL color Cylindrical-coordinate representation of color #99AD7F: hue angle of 86.09º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99AD7F is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 127 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.32 |
| HSL | 86.09º | 0.22% | 0.59% | - |
| HSV(B) | 86.09º | 0.27% | 0.68% | - |
| XYZ | 31.91 | 38.19 | 25.77 | - |
| YUV | 161.78 | 108.37 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 127 | 0.12 | 0 | 0.27 | 0.32 | 86.09 | 0.22 | 0.59 |
| Hex | 99 | AD | 7F | C | 0 | 1B | 20 | 56 | 16 | 3B |
| Octal | 231 | 255 | 177 | 14 | 0 | 33 | 40 | 126 | 26 | 73 |
| Binary | 10011001 | 10101101 | 1111111 | 1100 | 0 | 11011 | 100000 | 1010110 | 10110 | 111011 |
Color Harmonies of #99AD7F
Complementary color
Monochromatic Colors of #99AD7F
Black with #99AD7F
Text Example
Text Example
White with #99AD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD7F; }
p { color: rgb(153,173,127); }
H1.HeaderClassName
{
color: #99AD7F;
}
.AnyTagClassName
{
color: #99AD7F;
}
</style>
background-color css
<style>
a { background-color: #99AD7F; }
a { background-color: rgb(153,173,127); }
div.DivClassName
{
background-color: #99AD7F;
}
.BgClassName
{
background-color: #99AD7F;
}
</style>
border-color css
<style>
span { border-color: #99AD7F; }
span { border-color: rgb(153,173,127); }
td.TdClassName
{
border-color: #99AD7F;
}
.TagClassName
{
border-color: #99AD7F;
}
</style>