Shades of Olivine #9CBC6C
Tints of Olivine #9CBC6C
RGB
CMYK
RGB Variations
Color information
#9CBC6C (or 0x9CBC6C) is known color: Olivine. HEX triplet: 9C, BC and 6C. RGB value is (156,188,108). Sum of RGB (Red+Green+Blue) = 156+188+108=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBC6C is #634393. Grayscale: #A9A9A9. Windows color (decimal): -6505364 or 7126172. OLE color: 7126172.
HSL color Cylindrical-coordinate representation of color #9CBC6C: hue angle of 84º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CBC6C is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 108 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.26 |
| HSL | 84º | 0.37% | 0.58% | - |
| HSV(B) | 84º | 0.43% | 0.74% | - |
| XYZ | 34.4 | 44.12 | 20.89 | - |
| YUV | 169.31 | 93.4 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 108 | 0.17 | 0 | 0.43 | 0.26 | 84 | 0.37 | 0.58 |
| Hex | 9C | BC | 6C | 11 | 0 | 2B | 1A | 54 | 25 | 3A |
| Octal | 234 | 274 | 154 | 21 | 0 | 53 | 32 | 124 | 45 | 72 |
| Binary | 10011100 | 10111100 | 1101100 | 10001 | 0 | 101011 | 11010 | 1010100 | 100101 | 111010 |
Color Harmonies of #9CBC6C
Complementary color
Monochromatic Colors of #9CBC6C
Black with #9CBC6C
Text Example
Text Example
White with #9CBC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC6C; }
p { color: rgb(156,188,108); }
H1.HeaderClassName
{
color: #9CBC6C;
}
.AnyTagClassName
{
color: #9CBC6C;
}
</style>
background-color css
<style>
a { background-color: #9CBC6C; }
a { background-color: rgb(156,188,108); }
div.DivClassName
{
background-color: #9CBC6C;
}
.BgClassName
{
background-color: #9CBC6C;
}
</style>
border-color css
<style>
span { border-color: #9CBC6C; }
span { border-color: rgb(156,188,108); }
td.TdClassName
{
border-color: #9CBC6C;
}
.TagClassName
{
border-color: #9CBC6C;
}
</style>