Shades of Olivine #99AE70
Tints of Olivine #99AE70
RGB
CMYK
RGB Variations
Color information
#99AE70 (or 0x99AE70) is known color: Olivine. HEX triplet: 99, AE and 70. RGB value is (153,174,112). Sum of RGB (Red+Green+Blue) = 153+174+112=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AE70 is #66518F. Grayscale: #A0A0A0. Windows color (decimal): -6705552 or 7384729. OLE color: 7384729.
HSL color Cylindrical-coordinate representation of color #99AE70: hue angle of 80.32º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99AE70 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 174 | 112 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.32 |
| HSL | 80.32º | 0.28% | 0.56% | - |
| HSV(B) | 80.32º | 0.36% | 0.68% | - |
| XYZ | 31.2 | 38.21 | 21.06 | - |
| YUV | 160.65 | 100.54 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 112 | 0.12 | 0 | 0.36 | 0.32 | 80.32 | 0.28 | 0.56 |
| Hex | 99 | AE | 70 | C | 0 | 24 | 20 | 50 | 1C | 38 |
| Octal | 231 | 256 | 160 | 14 | 0 | 44 | 40 | 120 | 34 | 70 |
| Binary | 10011001 | 10101110 | 1110000 | 1100 | 0 | 100100 | 100000 | 1010000 | 11100 | 111000 |
Color Harmonies of #99AE70
Complementary color
Monochromatic Colors of #99AE70
Black with #99AE70
Text Example
Text Example
White with #99AE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AE70; }
p { color: rgb(153,174,112); }
H1.HeaderClassName
{
color: #99AE70;
}
.AnyTagClassName
{
color: #99AE70;
}
</style>
background-color css
<style>
a { background-color: #99AE70; }
a { background-color: rgb(153,174,112); }
div.DivClassName
{
background-color: #99AE70;
}
.BgClassName
{
background-color: #99AE70;
}
</style>
border-color css
<style>
span { border-color: #99AE70; }
span { border-color: rgb(153,174,112); }
td.TdClassName
{
border-color: #99AE70;
}
.TagClassName
{
border-color: #99AE70;
}
</style>