Shades of Olivine #9CCA6C
Tints of Olivine #9CCA6C
RGB
CMYK
RGB Variations
Color information
#9CCA6C (or 0x9CCA6C) is known color: Olivine. HEX triplet: 9C, CA and 6C. RGB value is (156,202,108). Sum of RGB (Red+Green+Blue) = 156+202+108=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCA6C is #633593. Grayscale: #B1B1B1. Windows color (decimal): -6501780 or 7129756. OLE color: 7129756.
HSL color Cylindrical-coordinate representation of color #9CCA6C: hue angle of 89.36º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CCA6C is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 108 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.21 |
| HSL | 89.36º | 0.47% | 0.61% | - |
| HSV(B) | 89.36º | 0.47% | 0.79% | - |
| XYZ | 37.54 | 50.39 | 21.94 | - |
| YUV | 177.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 108 | 0.23 | 0 | 0.47 | 0.21 | 89.36 | 0.47 | 0.61 |
| Hex | 9C | CA | 6C | 17 | 0 | 2F | 15 | 59 | 2F | 3D |
| Octal | 234 | 312 | 154 | 27 | 0 | 57 | 25 | 131 | 57 | 75 |
| Binary | 10011100 | 11001010 | 1101100 | 10111 | 0 | 101111 | 10101 | 1011001 | 101111 | 111101 |
Color Harmonies of #9CCA6C
Complementary color
Monochromatic Colors of #9CCA6C
Black with #9CCA6C
Text Example
Text Example
White with #9CCA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA6C; }
p { color: rgb(156,202,108); }
H1.HeaderClassName
{
color: #9CCA6C;
}
.AnyTagClassName
{
color: #9CCA6C;
}
</style>
background-color css
<style>
a { background-color: #9CCA6C; }
a { background-color: rgb(156,202,108); }
div.DivClassName
{
background-color: #9CCA6C;
}
.BgClassName
{
background-color: #9CCA6C;
}
</style>
border-color css
<style>
span { border-color: #9CCA6C; }
span { border-color: rgb(156,202,108); }
td.TdClassName
{
border-color: #9CCA6C;
}
.TagClassName
{
border-color: #9CCA6C;
}
</style>