Shades of Olivine #99C069
Tints of Olivine #99C069
RGB
CMYK
RGB Variations
Color information
#99C069 (or 0x99C069) is known color: Olivine. HEX triplet: 99, C0 and 69. RGB value is (153,192,105). Sum of RGB (Red+Green+Blue) = 153+192+105=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #99C069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C069 is #663F96. Grayscale: #AAAAAA. Windows color (decimal): -6700951 or 6930585. OLE color: 6930585.
HSL color Cylindrical-coordinate representation of color #99C069: hue angle of 86.9º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99C069 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 105 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.25 |
| HSL | 86.9º | 0.41% | 0.58% | - |
| HSV(B) | 86.9º | 0.45% | 0.75% | - |
| XYZ | 34.54 | 45.49 | 20.33 | - |
| YUV | 170.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 105 | 0.20 | 0 | 0.45 | 0.25 | 86.9 | 0.41 | 0.58 |
| Hex | 99 | C0 | 69 | 14 | 0 | 2D | 19 | 57 | 29 | 3A |
| Octal | 231 | 300 | 151 | 24 | 0 | 55 | 31 | 127 | 51 | 72 |
| Binary | 10011001 | 11000000 | 1101001 | 10100 | 0 | 101101 | 11001 | 1010111 | 101001 | 111010 |
Color Harmonies of #99C069
Complementary color
Monochromatic Colors of #99C069
Black with #99C069
Text Example
Text Example
White with #99C069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C069; }
p { color: rgb(153,192,105); }
H1.HeaderClassName
{
color: #99C069;
}
.AnyTagClassName
{
color: #99C069;
}
</style>
background-color css
<style>
a { background-color: #99C069; }
a { background-color: rgb(153,192,105); }
div.DivClassName
{
background-color: #99C069;
}
.BgClassName
{
background-color: #99C069;
}
</style>
border-color css
<style>
span { border-color: #99C069; }
span { border-color: rgb(153,192,105); }
td.TdClassName
{
border-color: #99C069;
}
.TagClassName
{
border-color: #99C069;
}
</style>