Shades of Olivine #99AE6C
Tints of Olivine #99AE6C
RGB
CMYK
RGB Variations
Color information
#99AE6C (or 0x99AE6C) is known color: Olivine. HEX triplet: 99, AE and 6C. RGB value is (153,174,108). Sum of RGB (Red+Green+Blue) = 153+174+108=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AE6C is #665193. Grayscale: #A0A0A0. Windows color (decimal): -6705556 or 7122585. OLE color: 7122585.
HSL color Cylindrical-coordinate representation of color #99AE6C: hue angle of 79.09º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99AE6C is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 174 | 108 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.32 |
| HSL | 79.09º | 0.29% | 0.55% | - |
| HSV(B) | 79.09º | 0.38% | 0.68% | - |
| XYZ | 30.98 | 38.13 | 19.91 | - |
| YUV | 160.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 108 | 0.12 | 0 | 0.38 | 0.32 | 79.09 | 0.29 | 0.55 |
| Hex | 99 | AE | 6C | C | 0 | 26 | 20 | 4F | 1D | 37 |
| Octal | 231 | 256 | 154 | 14 | 0 | 46 | 40 | 117 | 35 | 67 |
| Binary | 10011001 | 10101110 | 1101100 | 1100 | 0 | 100110 | 100000 | 1001111 | 11101 | 110111 |
Color Harmonies of #99AE6C
Complementary color
Monochromatic Colors of #99AE6C
Black with #99AE6C
Text Example
Text Example
White with #99AE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AE6C; }
p { color: rgb(153,174,108); }
H1.HeaderClassName
{
color: #99AE6C;
}
.AnyTagClassName
{
color: #99AE6C;
}
</style>
background-color css
<style>
a { background-color: #99AE6C; }
a { background-color: rgb(153,174,108); }
div.DivClassName
{
background-color: #99AE6C;
}
.BgClassName
{
background-color: #99AE6C;
}
</style>
border-color css
<style>
span { border-color: #99AE6C; }
span { border-color: rgb(153,174,108); }
td.TdClassName
{
border-color: #99AE6C;
}
.TagClassName
{
border-color: #99AE6C;
}
</style>