Shades of Olivine #99CE60
Tints of Olivine #99CE60
RGB
CMYK
RGB Variations
Color information
#99CE60 (or 0x99CE60) is known color: Olivine. HEX triplet: 99, CE and 60. RGB value is (153,206,96). Sum of RGB (Red+Green+Blue) = 153+206+96=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CE60 is #66319F. Grayscale: #B2B2B2. Windows color (decimal): -6697376 or 6344345. OLE color: 6344345.
HSL color Cylindrical-coordinate representation of color #99CE60: hue angle of 88.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99CE60 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 96 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.19 |
| HSL | 88.91º | 0.53% | 0.59% | - |
| HSV(B) | 88.91º | 0.53% | 0.81% | - |
| XYZ | 37.32 | 51.76 | 19.09 | - |
| YUV | 177.61 | 81.94 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 96 | 0.26 | 0 | 0.53 | 0.19 | 88.91 | 0.53 | 0.59 |
| Hex | 99 | CE | 60 | 1A | 0 | 35 | 13 | 59 | 35 | 3B |
| Octal | 231 | 316 | 140 | 32 | 0 | 65 | 23 | 131 | 65 | 73 |
| Binary | 10011001 | 11001110 | 1100000 | 11010 | 0 | 110101 | 10011 | 1011001 | 110101 | 111011 |
Color Harmonies of #99CE60
Complementary color
Monochromatic Colors of #99CE60
Black with #99CE60
Text Example
Text Example
White with #99CE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE60; }
p { color: rgb(153,206,96); }
H1.HeaderClassName
{
color: #99CE60;
}
.AnyTagClassName
{
color: #99CE60;
}
</style>
background-color css
<style>
a { background-color: #99CE60; }
a { background-color: rgb(153,206,96); }
div.DivClassName
{
background-color: #99CE60;
}
.BgClassName
{
background-color: #99CE60;
}
</style>
border-color css
<style>
span { border-color: #99CE60; }
span { border-color: rgb(153,206,96); }
td.TdClassName
{
border-color: #99CE60;
}
.TagClassName
{
border-color: #99CE60;
}
</style>