Shades of Olivine #99CC60
Tints of Olivine #99CC60
RGB
CMYK
RGB Variations
Color information
#99CC60 (or 0x99CC60) is known color: Olivine. HEX triplet: 99, CC and 60. RGB value is (153,204,96). Sum of RGB (Red+Green+Blue) = 153+204+96=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CC60 is #66339F. Grayscale: #B0B0B0. Windows color (decimal): -6697888 or 6343833. OLE color: 6343833.
HSL color Cylindrical-coordinate representation of color #99CC60: hue angle of 88.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99CC60 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 96 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.2 |
| HSL | 88.33º | 0.51% | 0.59% | - |
| HSV(B) | 88.33º | 0.53% | 0.8% | - |
| XYZ | 36.84 | 50.8 | 18.93 | - |
| YUV | 176.44 | 82.6 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 96 | 0.25 | 0 | 0.53 | 0.2 | 88.33 | 0.51 | 0.59 |
| Hex | 99 | CC | 60 | 19 | 0 | 35 | 14 | 58 | 33 | 3B |
| Octal | 231 | 314 | 140 | 31 | 0 | 65 | 24 | 130 | 63 | 73 |
| Binary | 10011001 | 11001100 | 1100000 | 11001 | 0 | 110101 | 10100 | 1011000 | 110011 | 111011 |
Color Harmonies of #99CC60
Complementary color
Monochromatic Colors of #99CC60
Black with #99CC60
Text Example
Text Example
White with #99CC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CC60; }
p { color: rgb(153,204,96); }
H1.HeaderClassName
{
color: #99CC60;
}
.AnyTagClassName
{
color: #99CC60;
}
</style>
background-color css
<style>
a { background-color: #99CC60; }
a { background-color: rgb(153,204,96); }
div.DivClassName
{
background-color: #99CC60;
}
.BgClassName
{
background-color: #99CC60;
}
</style>
border-color css
<style>
span { border-color: #99CC60; }
span { border-color: rgb(153,204,96); }
td.TdClassName
{
border-color: #99CC60;
}
.TagClassName
{
border-color: #99CC60;
}
</style>