Shades of Olivine #99AE75
Tints of Olivine #99AE75
RGB
CMYK
RGB Variations
Color information
#99AE75 (or 0x99AE75) is known color: Olivine. HEX triplet: 99, AE and 75. RGB value is (153,174,117). Sum of RGB (Red+Green+Blue) = 153+174+117=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AE75 is #66518A. Grayscale: #A1A1A1. Windows color (decimal): -6705547 or 7712409. OLE color: 7712409.
HSL color Cylindrical-coordinate representation of color #99AE75: hue angle of 82.11º 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 #99AE75 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 174 | 117 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.32 |
| HSL | 82.11º | 0.26% | 0.57% | - |
| HSV(B) | 82.11º | 0.33% | 0.68% | - |
| XYZ | 31.48 | 38.33 | 22.57 | - |
| YUV | 161.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 117 | 0.12 | 0 | 0.33 | 0.32 | 82.11 | 0.26 | 0.57 |
| Hex | 99 | AE | 75 | C | 0 | 21 | 20 | 52 | 1A | 39 |
| Octal | 231 | 256 | 165 | 14 | 0 | 41 | 40 | 122 | 32 | 71 |
| Binary | 10011001 | 10101110 | 1110101 | 1100 | 0 | 100001 | 100000 | 1010010 | 11010 | 111001 |
Color Harmonies of #99AE75
Complementary color
Monochromatic Colors of #99AE75
Black with #99AE75
Text Example
Text Example
White with #99AE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AE75; }
p { color: rgb(153,174,117); }
H1.HeaderClassName
{
color: #99AE75;
}
.AnyTagClassName
{
color: #99AE75;
}
</style>
background-color css
<style>
a { background-color: #99AE75; }
a { background-color: rgb(153,174,117); }
div.DivClassName
{
background-color: #99AE75;
}
.BgClassName
{
background-color: #99AE75;
}
</style>
border-color css
<style>
span { border-color: #99AE75; }
span { border-color: rgb(153,174,117); }
td.TdClassName
{
border-color: #99AE75;
}
.TagClassName
{
border-color: #99AE75;
}
</style>