Shades of Olivine #9CCB70
Tints of Olivine #9CCB70
RGB
CMYK
RGB Variations
Color information
#9CCB70 (or 0x9CCB70) is known color: Olivine. HEX triplet: 9C, CB and 70. RGB value is (156,203,112). Sum of RGB (Red+Green+Blue) = 156+203+112=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCB70 is #63348F. Grayscale: #B2B2B2. Windows color (decimal): -6501520 or 7392156. OLE color: 7392156.
HSL color Cylindrical-coordinate representation of color #9CCB70: hue angle of 90.99º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CCB70 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 112 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.20 |
| HSL | 90.99º | 0.47% | 0.62% | - |
| HSV(B) | 90.99º | 0.45% | 0.8% | - |
| XYZ | 37.99 | 50.95 | 23.16 | - |
| YUV | 178.57 | 90.43 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 112 | 0.23 | 0 | 0.45 | 0.20 | 90.99 | 0.47 | 0.62 |
| Hex | 9C | CB | 70 | 17 | 0 | 2D | 14 | 5B | 2F | 3E |
| Octal | 234 | 313 | 160 | 27 | 0 | 55 | 24 | 133 | 57 | 76 |
| Binary | 10011100 | 11001011 | 1110000 | 10111 | 0 | 101101 | 10100 | 1011011 | 101111 | 111110 |
Color Harmonies of #9CCB70
Complementary color
Monochromatic Colors of #9CCB70
Black with #9CCB70
Text Example
Text Example
White with #9CCB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCB70; }
p { color: rgb(156,203,112); }
H1.HeaderClassName
{
color: #9CCB70;
}
.AnyTagClassName
{
color: #9CCB70;
}
</style>
background-color css
<style>
a { background-color: #9CCB70; }
a { background-color: rgb(156,203,112); }
div.DivClassName
{
background-color: #9CCB70;
}
.BgClassName
{
background-color: #9CCB70;
}
</style>
border-color css
<style>
span { border-color: #9CCB70; }
span { border-color: rgb(156,203,112); }
td.TdClassName
{
border-color: #9CCB70;
}
.TagClassName
{
border-color: #9CCB70;
}
</style>