Shades of Olivine #9CC976
Tints of Olivine #9CC976
RGB
CMYK
RGB Variations
Color information
#9CC976 (or 0x9CC976) is known color: Olivine. HEX triplet: 9C, C9 and 76. RGB value is (156,201,118). Sum of RGB (Red+Green+Blue) = 156+201+118=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #9CC976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC976 is #633689. Grayscale: #B2B2B2. Windows color (decimal): -6502026 or 7784860. OLE color: 7784860.
HSL color Cylindrical-coordinate representation of color #9CC976: hue angle of 92.53º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CC976 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 201 | 118 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.21 |
| HSL | 92.53º | 0.43% | 0.63% | - |
| HSV(B) | 92.53º | 0.41% | 0.79% | - |
| XYZ | 37.87 | 50.15 | 24.82 | - |
| YUV | 178.08 | 94.09 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 201 | 118 | 0.22 | 0 | 0.41 | 0.21 | 92.53 | 0.43 | 0.63 |
| Hex | 9C | C9 | 76 | 16 | 0 | 29 | 15 | 5D | 2B | 3F |
| Octal | 234 | 311 | 166 | 26 | 0 | 51 | 25 | 135 | 53 | 77 |
| Binary | 10011100 | 11001001 | 1110110 | 10110 | 0 | 101001 | 10101 | 1011101 | 101011 | 111111 |
Color Harmonies of #9CC976
Complementary color
Monochromatic Colors of #9CC976
Black with #9CC976
Text Example
Text Example
White with #9CC976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC976; }
p { color: rgb(156,201,118); }
H1.HeaderClassName
{
color: #9CC976;
}
.AnyTagClassName
{
color: #9CC976;
}
</style>
background-color css
<style>
a { background-color: #9CC976; }
a { background-color: rgb(156,201,118); }
div.DivClassName
{
background-color: #9CC976;
}
.BgClassName
{
background-color: #9CC976;
}
</style>
border-color css
<style>
span { border-color: #9CC976; }
span { border-color: rgb(156,201,118); }
td.TdClassName
{
border-color: #9CC976;
}
.TagClassName
{
border-color: #9CC976;
}
</style>