Shades of Olivine #9CBC7D
Tints of Olivine #9CBC7D
RGB
CMYK
RGB Variations
Color information
#9CBC7D (or 0x9CBC7D) is known color: Olivine. HEX triplet: 9C, BC and 7D. RGB value is (156,188,125). Sum of RGB (Red+Green+Blue) = 156+188+125=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBC7D is #634382. Grayscale: #ABABAB. Windows color (decimal): -6505347 or 8240284. OLE color: 8240284.
HSL color Cylindrical-coordinate representation of color #9CBC7D: hue angle of 90.48º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CBC7D is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 125 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.26 |
| HSL | 90.48º | 0.32% | 0.61% | - |
| HSV(B) | 90.48º | 0.34% | 0.74% | - |
| XYZ | 35.4 | 44.52 | 26.13 | - |
| YUV | 171.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 125 | 0.17 | 0 | 0.34 | 0.26 | 90.48 | 0.32 | 0.61 |
| Hex | 9C | BC | 7D | 11 | 0 | 22 | 1A | 5A | 20 | 3D |
| Octal | 234 | 274 | 175 | 21 | 0 | 42 | 32 | 132 | 40 | 75 |
| Binary | 10011100 | 10111100 | 1111101 | 10001 | 0 | 100010 | 11010 | 1011010 | 100000 | 111101 |
Color Harmonies of #9CBC7D
Complementary color
Monochromatic Colors of #9CBC7D
Black with #9CBC7D
Text Example
Text Example
White with #9CBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC7D; }
p { color: rgb(156,188,125); }
H1.HeaderClassName
{
color: #9CBC7D;
}
.AnyTagClassName
{
color: #9CBC7D;
}
</style>
background-color css
<style>
a { background-color: #9CBC7D; }
a { background-color: rgb(156,188,125); }
div.DivClassName
{
background-color: #9CBC7D;
}
.BgClassName
{
background-color: #9CBC7D;
}
</style>
border-color css
<style>
span { border-color: #9CBC7D; }
span { border-color: rgb(156,188,125); }
td.TdClassName
{
border-color: #9CBC7D;
}
.TagClassName
{
border-color: #9CBC7D;
}
</style>