Shades of Olivine #99AD74
Tints of Olivine #99AD74
RGB
CMYK
RGB Variations
Color information
#99AD74 (or 0x99AD74) is known color: Olivine. HEX triplet: 99, AD and 74. RGB value is (153,173,116). Sum of RGB (Red+Green+Blue) = 153+173+116=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AD74 is #66528B. Grayscale: #A0A0A0. Windows color (decimal): -6705804 or 7646617. OLE color: 7646617.
HSL color Cylindrical-coordinate representation of color #99AD74: hue angle of 81.05º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99AD74 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 116 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.32 |
| HSL | 81.05º | 0.26% | 0.57% | - |
| HSV(B) | 81.05º | 0.33% | 0.68% | - |
| XYZ | 31.23 | 37.92 | 22.2 | - |
| YUV | 160.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 116 | 0.12 | 0 | 0.33 | 0.32 | 81.05 | 0.26 | 0.57 |
| Hex | 99 | AD | 74 | C | 0 | 21 | 20 | 51 | 1A | 39 |
| Octal | 231 | 255 | 164 | 14 | 0 | 41 | 40 | 121 | 32 | 71 |
| Binary | 10011001 | 10101101 | 1110100 | 1100 | 0 | 100001 | 100000 | 1010001 | 11010 | 111001 |
Color Harmonies of #99AD74
Complementary color
Monochromatic Colors of #99AD74
Black with #99AD74
Text Example
Text Example
White with #99AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD74; }
p { color: rgb(153,173,116); }
H1.HeaderClassName
{
color: #99AD74;
}
.AnyTagClassName
{
color: #99AD74;
}
</style>
background-color css
<style>
a { background-color: #99AD74; }
a { background-color: rgb(153,173,116); }
div.DivClassName
{
background-color: #99AD74;
}
.BgClassName
{
background-color: #99AD74;
}
</style>
border-color css
<style>
span { border-color: #99AD74; }
span { border-color: rgb(153,173,116); }
td.TdClassName
{
border-color: #99AD74;
}
.TagClassName
{
border-color: #99AD74;
}
</style>