Shades of Olivine #9CCC65
Tints of Olivine #9CCC65
RGB
CMYK
RGB Variations
Color information
#9CCC65 (or 0x9CCC65) is known color: Olivine. HEX triplet: 9C, CC and 65. RGB value is (156,204,101). Sum of RGB (Red+Green+Blue) = 156+204+101=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCC65 is #63339A. Grayscale: #B2B2B2. Windows color (decimal): -6501275 or 6671516. OLE color: 6671516.
HSL color Cylindrical-coordinate representation of color #9CCC65: hue angle of 87.96º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CCC65 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 101 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.2 |
| HSL | 87.96º | 0.5% | 0.6% | - |
| HSV(B) | 87.96º | 0.5% | 0.8% | - |
| XYZ | 37.65 | 51.19 | 20.21 | - |
| YUV | 177.91 | 84.6 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 101 | 0.24 | 0 | 0.50 | 0.2 | 87.96 | 0.5 | 0.6 |
| Hex | 9C | CC | 65 | 18 | 0 | 32 | 14 | 58 | 32 | 3C |
| Octal | 234 | 314 | 145 | 30 | 0 | 62 | 24 | 130 | 62 | 74 |
| Binary | 10011100 | 11001100 | 1100101 | 11000 | 0 | 110010 | 10100 | 1011000 | 110010 | 111100 |
Color Harmonies of #9CCC65
Complementary color
Monochromatic Colors of #9CCC65
Black with #9CCC65
Text Example
Text Example
White with #9CCC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC65; }
p { color: rgb(156,204,101); }
H1.HeaderClassName
{
color: #9CCC65;
}
.AnyTagClassName
{
color: #9CCC65;
}
</style>
background-color css
<style>
a { background-color: #9CCC65; }
a { background-color: rgb(156,204,101); }
div.DivClassName
{
background-color: #9CCC65;
}
.BgClassName
{
background-color: #9CCC65;
}
</style>
border-color css
<style>
span { border-color: #9CCC65; }
span { border-color: rgb(156,204,101); }
td.TdClassName
{
border-color: #9CCC65;
}
.TagClassName
{
border-color: #9CCC65;
}
</style>