Shades of Olivine #9CC070
Tints of Olivine #9CC070
RGB
CMYK
RGB Variations
Color information
#9CC070 (or 0x9CC070) is known color: Olivine. HEX triplet: 9C, C0 and 70. RGB value is (156,192,112). Sum of RGB (Red+Green+Blue) = 156+192+112=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC070 is #633F8F. Grayscale: #ACACAC. Windows color (decimal): -6504336 or 7389340. OLE color: 7389340.
HSL color Cylindrical-coordinate representation of color #9CC070: hue angle of 87º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CC070 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 112 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.25 |
| HSL | 87º | 0.39% | 0.6% | - |
| HSV(B) | 87º | 0.42% | 0.75% | - |
| XYZ | 35.48 | 45.94 | 22.33 | - |
| YUV | 172.12 | 94.07 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 112 | 0.19 | 0 | 0.42 | 0.25 | 87 | 0.39 | 0.6 |
| Hex | 9C | C0 | 70 | 13 | 0 | 2A | 19 | 57 | 27 | 3C |
| Octal | 234 | 300 | 160 | 23 | 0 | 52 | 31 | 127 | 47 | 74 |
| Binary | 10011100 | 11000000 | 1110000 | 10011 | 0 | 101010 | 11001 | 1010111 | 100111 | 111100 |
Color Harmonies of #9CC070
Complementary color
Monochromatic Colors of #9CC070
Black with #9CC070
Text Example
Text Example
White with #9CC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC070; }
p { color: rgb(156,192,112); }
H1.HeaderClassName
{
color: #9CC070;
}
.AnyTagClassName
{
color: #9CC070;
}
</style>
background-color css
<style>
a { background-color: #9CC070; }
a { background-color: rgb(156,192,112); }
div.DivClassName
{
background-color: #9CC070;
}
.BgClassName
{
background-color: #9CC070;
}
</style>
border-color css
<style>
span { border-color: #9CC070; }
span { border-color: rgb(156,192,112); }
td.TdClassName
{
border-color: #9CC070;
}
.TagClassName
{
border-color: #9CC070;
}
</style>