Shades of Olivine #9CBD7C
Tints of Olivine #9CBD7C
RGB
CMYK
RGB Variations
Color information
#9CBD7C (or 0x9CBD7C) is known color: Olivine. HEX triplet: 9C, BD and 7C. RGB value is (156,189,124). Sum of RGB (Red+Green+Blue) = 156+189+124=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD7C is #634283. Grayscale: #ABABAB. Windows color (decimal): -6505092 or 8175004. OLE color: 8175004.
HSL color Cylindrical-coordinate representation of color #9CBD7C: hue angle of 90.46º degrees, saturation: 0.33, 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 #9CBD7C is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 124 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.26 |
| HSL | 90.46º | 0.33% | 0.61% | - |
| HSV(B) | 90.46º | 0.34% | 0.74% | - |
| XYZ | 35.55 | 44.92 | 25.87 | - |
| YUV | 171.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 124 | 0.17 | 0 | 0.34 | 0.26 | 90.46 | 0.33 | 0.61 |
| Hex | 9C | BD | 7C | 11 | 0 | 22 | 1A | 5A | 21 | 3D |
| Octal | 234 | 275 | 174 | 21 | 0 | 42 | 32 | 132 | 41 | 75 |
| Binary | 10011100 | 10111101 | 1111100 | 10001 | 0 | 100010 | 11010 | 1011010 | 100001 | 111101 |
Color Harmonies of #9CBD7C
Complementary color
Monochromatic Colors of #9CBD7C
Black with #9CBD7C
Text Example
Text Example
White with #9CBD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD7C; }
p { color: rgb(156,189,124); }
H1.HeaderClassName
{
color: #9CBD7C;
}
.AnyTagClassName
{
color: #9CBD7C;
}
</style>
background-color css
<style>
a { background-color: #9CBD7C; }
a { background-color: rgb(156,189,124); }
div.DivClassName
{
background-color: #9CBD7C;
}
.BgClassName
{
background-color: #9CBD7C;
}
</style>
border-color css
<style>
span { border-color: #9CBD7C; }
span { border-color: rgb(156,189,124); }
td.TdClassName
{
border-color: #9CBD7C;
}
.TagClassName
{
border-color: #9CBD7C;
}
</style>