Shades of Olivine #9CC770
Tints of Olivine #9CC770
RGB
CMYK
RGB Variations
Color information
#9CC770 (or 0x9CC770) is known color: Olivine. HEX triplet: 9C, C7 and 70. RGB value is (156,199,112). Sum of RGB (Red+Green+Blue) = 156+199+112=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #9CC770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC770 is #63388F. Grayscale: #B0B0B0. Windows color (decimal): -6502544 or 7391132. OLE color: 7391132.
HSL color Cylindrical-coordinate representation of color #9CC770: hue angle of 89.66º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CC770 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 199 | 112 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.22 |
| HSL | 89.66º | 0.44% | 0.61% | - |
| HSV(B) | 89.66º | 0.44% | 0.78% | - |
| XYZ | 37.06 | 49.08 | 22.85 | - |
| YUV | 176.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 199 | 112 | 0.22 | 0 | 0.44 | 0.22 | 89.66 | 0.44 | 0.61 |
| Hex | 9C | C7 | 70 | 16 | 0 | 2C | 16 | 5A | 2C | 3D |
| Octal | 234 | 307 | 160 | 26 | 0 | 54 | 26 | 132 | 54 | 75 |
| Binary | 10011100 | 11000111 | 1110000 | 10110 | 0 | 101100 | 10110 | 1011010 | 101100 | 111101 |
Color Harmonies of #9CC770
Complementary color
Monochromatic Colors of #9CC770
Black with #9CC770
Text Example
Text Example
White with #9CC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC770; }
p { color: rgb(156,199,112); }
H1.HeaderClassName
{
color: #9CC770;
}
.AnyTagClassName
{
color: #9CC770;
}
</style>
background-color css
<style>
a { background-color: #9CC770; }
a { background-color: rgb(156,199,112); }
div.DivClassName
{
background-color: #9CC770;
}
.BgClassName
{
background-color: #9CC770;
}
</style>
border-color css
<style>
span { border-color: #9CC770; }
span { border-color: rgb(156,199,112); }
td.TdClassName
{
border-color: #9CC770;
}
.TagClassName
{
border-color: #9CC770;
}
</style>