Shades of Olivine #9CC170
Tints of Olivine #9CC170
RGB
CMYK
RGB Variations
Color information
#9CC170 (or 0x9CC170) is known color: Olivine. HEX triplet: 9C, C1 and 70. RGB value is (156,193,112). Sum of RGB (Red+Green+Blue) = 156+193+112=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC170 is #633E8F. Grayscale: #ACACAC. Windows color (decimal): -6504080 or 7389596. OLE color: 7389596.
HSL color Cylindrical-coordinate representation of color #9CC170: hue angle of 87.41º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CC170 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 193 | 112 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.24 |
| HSL | 87.41º | 0.4% | 0.6% | - |
| HSV(B) | 87.41º | 0.42% | 0.76% | - |
| XYZ | 35.7 | 46.38 | 22.4 | - |
| YUV | 172.7 | 93.74 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 193 | 112 | 0.19 | 0 | 0.42 | 0.24 | 87.41 | 0.4 | 0.6 |
| Hex | 9C | C1 | 70 | 13 | 0 | 2A | 18 | 57 | 28 | 3C |
| Octal | 234 | 301 | 160 | 23 | 0 | 52 | 30 | 127 | 50 | 74 |
| Binary | 10011100 | 11000001 | 1110000 | 10011 | 0 | 101010 | 11000 | 1010111 | 101000 | 111100 |
Color Harmonies of #9CC170
Complementary color
Monochromatic Colors of #9CC170
Black with #9CC170
Text Example
Text Example
White with #9CC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC170; }
p { color: rgb(156,193,112); }
H1.HeaderClassName
{
color: #9CC170;
}
.AnyTagClassName
{
color: #9CC170;
}
</style>
background-color css
<style>
a { background-color: #9CC170; }
a { background-color: rgb(156,193,112); }
div.DivClassName
{
background-color: #9CC170;
}
.BgClassName
{
background-color: #9CC170;
}
</style>
border-color css
<style>
span { border-color: #9CC170; }
span { border-color: rgb(156,193,112); }
td.TdClassName
{
border-color: #9CC170;
}
.TagClassName
{
border-color: #9CC170;
}
</style>