Shades of Olivine #9CBD7D
Tints of Olivine #9CBD7D
RGB
CMYK
RGB Variations
Color information
#9CBD7D (or 0x9CBD7D) is known color: Olivine. HEX triplet: 9C, BD and 7D. RGB value is (156,189,125). Sum of RGB (Red+Green+Blue) = 156+189+125=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD7D is #634282. Grayscale: #ACACAC. Windows color (decimal): -6505091 or 8240540. OLE color: 8240540.
HSL color Cylindrical-coordinate representation of color #9CBD7D: hue angle of 90.94º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CBD7D is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 125 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.26 |
| HSL | 90.94º | 0.33% | 0.62% | - |
| HSV(B) | 90.94º | 0.34% | 0.74% | - |
| XYZ | 35.61 | 44.94 | 26.2 | - |
| YUV | 171.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 125 | 0.17 | 0 | 0.34 | 0.26 | 90.94 | 0.33 | 0.62 |
| Hex | 9C | BD | 7D | 11 | 0 | 22 | 1A | 5B | 21 | 3E |
| Octal | 234 | 275 | 175 | 21 | 0 | 42 | 32 | 133 | 41 | 76 |
| Binary | 10011100 | 10111101 | 1111101 | 10001 | 0 | 100010 | 11010 | 1011011 | 100001 | 111110 |
Color Harmonies of #9CBD7D
Complementary color
Monochromatic Colors of #9CBD7D
Black with #9CBD7D
Text Example
Text Example
White with #9CBD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD7D; }
p { color: rgb(156,189,125); }
H1.HeaderClassName
{
color: #9CBD7D;
}
.AnyTagClassName
{
color: #9CBD7D;
}
</style>
background-color css
<style>
a { background-color: #9CBD7D; }
a { background-color: rgb(156,189,125); }
div.DivClassName
{
background-color: #9CBD7D;
}
.BgClassName
{
background-color: #9CBD7D;
}
</style>
border-color css
<style>
span { border-color: #9CBD7D; }
span { border-color: rgb(156,189,125); }
td.TdClassName
{
border-color: #9CBD7D;
}
.TagClassName
{
border-color: #9CBD7D;
}
</style>