Shades of Olivine #9CCB60
Tints of Olivine #9CCB60
RGB
CMYK
RGB Variations
Color information
#9CCB60 (or 0x9CCB60) is known color: Olivine. HEX triplet: 9C, CB and 60. RGB value is (156,203,96). Sum of RGB (Red+Green+Blue) = 156+203+96=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCB60 is #63349F. Grayscale: #B1B1B1. Windows color (decimal): -6501536 or 6343580. OLE color: 6343580.
HSL color Cylindrical-coordinate representation of color #9CCB60: hue angle of 86.36º 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 #9CCB60 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 96 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.20 |
| HSL | 86.36º | 0.51% | 0.59% | - |
| HSV(B) | 86.36º | 0.53% | 0.8% | - |
| XYZ | 37.18 | 50.62 | 18.88 | - |
| YUV | 176.75 | 82.43 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 96 | 0.23 | 0 | 0.53 | 0.20 | 86.36 | 0.51 | 0.59 |
| Hex | 9C | CB | 60 | 17 | 0 | 35 | 14 | 56 | 33 | 3B |
| Octal | 234 | 313 | 140 | 27 | 0 | 65 | 24 | 126 | 63 | 73 |
| Binary | 10011100 | 11001011 | 1100000 | 10111 | 0 | 110101 | 10100 | 1010110 | 110011 | 111011 |
Color Harmonies of #9CCB60
Complementary color
Monochromatic Colors of #9CCB60
Black with #9CCB60
Text Example
Text Example
White with #9CCB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCB60; }
p { color: rgb(156,203,96); }
H1.HeaderClassName
{
color: #9CCB60;
}
.AnyTagClassName
{
color: #9CCB60;
}
</style>
background-color css
<style>
a { background-color: #9CCB60; }
a { background-color: rgb(156,203,96); }
div.DivClassName
{
background-color: #9CCB60;
}
.BgClassName
{
background-color: #9CCB60;
}
</style>
border-color css
<style>
span { border-color: #9CCB60; }
span { border-color: rgb(156,203,96); }
td.TdClassName
{
border-color: #9CCB60;
}
.TagClassName
{
border-color: #9CCB60;
}
</style>