Shades of Olivine #9CBC7F
Tints of Olivine #9CBC7F
RGB
CMYK
RGB Variations
Color information
#9CBC7F (or 0x9CBC7F) is known color: Olivine. HEX triplet: 9C, BC and 7F. RGB value is (156,188,127). Sum of RGB (Red+Green+Blue) = 156+188+127=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBC7F is #634380. Grayscale: #ABABAB. Windows color (decimal): -6505345 or 8371356. OLE color: 8371356.
HSL color Cylindrical-coordinate representation of color #9CBC7F: hue angle of 91.48º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CBC7F is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 127 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.26 |
| HSL | 91.48º | 0.31% | 0.62% | - |
| HSV(B) | 91.48º | 0.32% | 0.74% | - |
| XYZ | 35.52 | 44.57 | 26.81 | - |
| YUV | 171.48 | 102.9 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 127 | 0.17 | 0 | 0.32 | 0.26 | 91.48 | 0.31 | 0.62 |
| Hex | 9C | BC | 7F | 11 | 0 | 20 | 1A | 5B | 1F | 3E |
| Octal | 234 | 274 | 177 | 21 | 0 | 40 | 32 | 133 | 37 | 76 |
| Binary | 10011100 | 10111100 | 1111111 | 10001 | 0 | 100000 | 11010 | 1011011 | 11111 | 111110 |
Color Harmonies of #9CBC7F
Complementary color
Monochromatic Colors of #9CBC7F
Black with #9CBC7F
Text Example
Text Example
White with #9CBC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC7F; }
p { color: rgb(156,188,127); }
H1.HeaderClassName
{
color: #9CBC7F;
}
.AnyTagClassName
{
color: #9CBC7F;
}
</style>
background-color css
<style>
a { background-color: #9CBC7F; }
a { background-color: rgb(156,188,127); }
div.DivClassName
{
background-color: #9CBC7F;
}
.BgClassName
{
background-color: #9CBC7F;
}
</style>
border-color css
<style>
span { border-color: #9CBC7F; }
span { border-color: rgb(156,188,127); }
td.TdClassName
{
border-color: #9CBC7F;
}
.TagClassName
{
border-color: #9CBC7F;
}
</style>