Shades of Olivine #9CC06D
Tints of Olivine #9CC06D
RGB
CMYK
RGB Variations
Color information
#9CC06D (or 0x9CC06D) is known color: Olivine. HEX triplet: 9C, C0 and 6D. RGB value is (156,192,109). Sum of RGB (Red+Green+Blue) = 156+192+109=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC06D is #633F92. Grayscale: #ACACAC. Windows color (decimal): -6504339 or 7192732. OLE color: 7192732.
HSL color Cylindrical-coordinate representation of color #9CC06D: hue angle of 86.02º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CC06D is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 109 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.25 |
| HSL | 86.02º | 0.4% | 0.59% | - |
| HSV(B) | 86.02º | 0.43% | 0.75% | - |
| XYZ | 35.32 | 45.87 | 21.46 | - |
| YUV | 171.77 | 92.57 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 109 | 0.19 | 0 | 0.43 | 0.25 | 86.02 | 0.4 | 0.59 |
| Hex | 9C | C0 | 6D | 13 | 0 | 2B | 19 | 56 | 28 | 3B |
| Octal | 234 | 300 | 155 | 23 | 0 | 53 | 31 | 126 | 50 | 73 |
| Binary | 10011100 | 11000000 | 1101101 | 10011 | 0 | 101011 | 11001 | 1010110 | 101000 | 111011 |
Color Harmonies of #9CC06D
Complementary color
Monochromatic Colors of #9CC06D
Black with #9CC06D
Text Example
Text Example
White with #9CC06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC06D; }
p { color: rgb(156,192,109); }
H1.HeaderClassName
{
color: #9CC06D;
}
.AnyTagClassName
{
color: #9CC06D;
}
</style>
background-color css
<style>
a { background-color: #9CC06D; }
a { background-color: rgb(156,192,109); }
div.DivClassName
{
background-color: #9CC06D;
}
.BgClassName
{
background-color: #9CC06D;
}
</style>
border-color css
<style>
span { border-color: #9CC06D; }
span { border-color: rgb(156,192,109); }
td.TdClassName
{
border-color: #9CC06D;
}
.TagClassName
{
border-color: #9CC06D;
}
</style>