Shades of Olivine #9CC06B
Tints of Olivine #9CC06B
RGB
CMYK
RGB Variations
Color information
#9CC06B (or 0x9CC06B) is known color: Olivine. HEX triplet: 9C, C0 and 6B. RGB value is (156,192,107). Sum of RGB (Red+Green+Blue) = 156+192+107=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC06B is #633F94. Grayscale: #ABABAB. Windows color (decimal): -6504341 or 7061660. OLE color: 7061660.
HSL color Cylindrical-coordinate representation of color #9CC06B: hue angle of 85.41º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CC06B is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 107 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.25 |
| HSL | 85.41º | 0.4% | 0.59% | - |
| HSV(B) | 85.41º | 0.44% | 0.75% | - |
| XYZ | 35.21 | 45.83 | 20.9 | - |
| YUV | 171.55 | 91.57 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 107 | 0.19 | 0 | 0.44 | 0.25 | 85.41 | 0.4 | 0.59 |
| Hex | 9C | C0 | 6B | 13 | 0 | 2C | 19 | 55 | 28 | 3B |
| Octal | 234 | 300 | 153 | 23 | 0 | 54 | 31 | 125 | 50 | 73 |
| Binary | 10011100 | 11000000 | 1101011 | 10011 | 0 | 101100 | 11001 | 1010101 | 101000 | 111011 |
Color Harmonies of #9CC06B
Complementary color
Monochromatic Colors of #9CC06B
Black with #9CC06B
Text Example
Text Example
White with #9CC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC06B; }
p { color: rgb(156,192,107); }
H1.HeaderClassName
{
color: #9CC06B;
}
.AnyTagClassName
{
color: #9CC06B;
}
</style>
background-color css
<style>
a { background-color: #9CC06B; }
a { background-color: rgb(156,192,107); }
div.DivClassName
{
background-color: #9CC06B;
}
.BgClassName
{
background-color: #9CC06B;
}
</style>
border-color css
<style>
span { border-color: #9CC06B; }
span { border-color: rgb(156,192,107); }
td.TdClassName
{
border-color: #9CC06B;
}
.TagClassName
{
border-color: #9CC06B;
}
</style>