Shades of Olivine #9CC771
Tints of Olivine #9CC771
RGB
CMYK
RGB Variations
Color information
#9CC771 (or 0x9CC771) is known color: Olivine. HEX triplet: 9C, C7 and 71. RGB value is (156,199,113). Sum of RGB (Red+Green+Blue) = 156+199+113=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 199 - color contains mainly: green. Hex color #9CC771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC771 is #63388E. Grayscale: #B0B0B0. Windows color (decimal): -6502543 or 7456668. OLE color: 7456668.
HSL color Cylindrical-coordinate representation of color #9CC771: hue angle of 90º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CC771 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 199 | 113 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.22 |
| HSL | 90º | 0.43% | 0.61% | - |
| HSV(B) | 90º | 0.43% | 0.78% | - |
| XYZ | 37.11 | 49.11 | 23.15 | - |
| YUV | 176.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 199 | 113 | 0.22 | 0 | 0.43 | 0.22 | 90 | 0.43 | 0.61 |
| Hex | 9C | C7 | 71 | 16 | 0 | 2B | 16 | 5A | 2B | 3D |
| Octal | 234 | 307 | 161 | 26 | 0 | 53 | 26 | 132 | 53 | 75 |
| Binary | 10011100 | 11000111 | 1110001 | 10110 | 0 | 101011 | 10110 | 1011010 | 101011 | 111101 |
Color Harmonies of #9CC771
Complementary color
Monochromatic Colors of #9CC771
Black with #9CC771
Text Example
Text Example
White with #9CC771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC771; }
p { color: rgb(156,199,113); }
H1.HeaderClassName
{
color: #9CC771;
}
.AnyTagClassName
{
color: #9CC771;
}
</style>
background-color css
<style>
a { background-color: #9CC771; }
a { background-color: rgb(156,199,113); }
div.DivClassName
{
background-color: #9CC771;
}
.BgClassName
{
background-color: #9CC771;
}
</style>
border-color css
<style>
span { border-color: #9CC771; }
span { border-color: rgb(156,199,113); }
td.TdClassName
{
border-color: #9CC771;
}
.TagClassName
{
border-color: #9CC771;
}
</style>