Shades of Olivine #9CC576
Tints of Olivine #9CC576
RGB
CMYK
RGB Variations
Color information
#9CC576 (or 0x9CC576) is known color: Olivine. HEX triplet: 9C, C5 and 76. RGB value is (156,197,118). Sum of RGB (Red+Green+Blue) = 156+197+118=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC576 is #633A89. Grayscale: #B0B0B0. Windows color (decimal): -6503050 or 7783836. OLE color: 7783836.
HSL color Cylindrical-coordinate representation of color #9CC576: hue angle of 91.14º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CC576 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 197 | 118 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.23 |
| HSL | 91.14º | 0.41% | 0.62% | - |
| HSV(B) | 91.14º | 0.4% | 0.77% | - |
| XYZ | 36.95 | 48.31 | 24.52 | - |
| YUV | 175.74 | 95.42 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 197 | 118 | 0.21 | 0 | 0.40 | 0.23 | 91.14 | 0.41 | 0.62 |
| Hex | 9C | C5 | 76 | 15 | 0 | 28 | 17 | 5B | 29 | 3E |
| Octal | 234 | 305 | 166 | 25 | 0 | 50 | 27 | 133 | 51 | 76 |
| Binary | 10011100 | 11000101 | 1110110 | 10101 | 0 | 101000 | 10111 | 1011011 | 101001 | 111110 |
Color Harmonies of #9CC576
Complementary color
Monochromatic Colors of #9CC576
Black with #9CC576
Text Example
Text Example
White with #9CC576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC576; }
p { color: rgb(156,197,118); }
H1.HeaderClassName
{
color: #9CC576;
}
.AnyTagClassName
{
color: #9CC576;
}
</style>
background-color css
<style>
a { background-color: #9CC576; }
a { background-color: rgb(156,197,118); }
div.DivClassName
{
background-color: #9CC576;
}
.BgClassName
{
background-color: #9CC576;
}
</style>
border-color css
<style>
span { border-color: #9CC576; }
span { border-color: rgb(156,197,118); }
td.TdClassName
{
border-color: #9CC576;
}
.TagClassName
{
border-color: #9CC576;
}
</style>