Shades of Olivine #99C059
Tints of Olivine #99C059
RGB
CMYK
RGB Variations
Color information
#99C059 (or 0x99C059) is known color: Olivine. HEX triplet: 99, C0 and 59. RGB value is (153,192,89). Sum of RGB (Red+Green+Blue) = 153+192+89=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #99C059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C059 is #663FA6. Grayscale: #A8A8A8. Windows color (decimal): -6700967 or 5882009. OLE color: 5882009.
HSL color Cylindrical-coordinate representation of color #99C059: hue angle of 82.72º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99C059 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 89 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.25 |
| HSL | 82.72º | 0.45% | 0.55% | - |
| HSV(B) | 82.72º | 0.54% | 0.75% | - |
| XYZ | 33.79 | 45.19 | 16.39 | - |
| YUV | 168.6 | 83.08 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 89 | 0.20 | 0 | 0.54 | 0.25 | 82.72 | 0.45 | 0.55 |
| Hex | 99 | C0 | 59 | 14 | 0 | 36 | 19 | 53 | 2D | 37 |
| Octal | 231 | 300 | 131 | 24 | 0 | 66 | 31 | 123 | 55 | 67 |
| Binary | 10011001 | 11000000 | 1011001 | 10100 | 0 | 110110 | 11001 | 1010011 | 101101 | 110111 |
Color Harmonies of #99C059
Complementary color
Monochromatic Colors of #99C059
Black with #99C059
Text Example
Text Example
White with #99C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C059; }
p { color: rgb(153,192,89); }
H1.HeaderClassName
{
color: #99C059;
}
.AnyTagClassName
{
color: #99C059;
}
</style>
background-color css
<style>
a { background-color: #99C059; }
a { background-color: rgb(153,192,89); }
div.DivClassName
{
background-color: #99C059;
}
.BgClassName
{
background-color: #99C059;
}
</style>
border-color css
<style>
span { border-color: #99C059; }
span { border-color: rgb(153,192,89); }
td.TdClassName
{
border-color: #99C059;
}
.TagClassName
{
border-color: #99C059;
}
</style>