Shades of Olivine #9CB577
Tints of Olivine #9CB577
RGB
CMYK
RGB Variations
Color information
#9CB577 (or 0x9CB577) is known color: Olivine. HEX triplet: 9C, B5 and 77. RGB value is (156,181,119). Sum of RGB (Red+Green+Blue) = 156+181+119=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB577 is #634A88. Grayscale: #A6A6A6. Windows color (decimal): -6507145 or 7845276. OLE color: 7845276.
HSL color Cylindrical-coordinate representation of color #9CB577: hue angle of 84.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CB577 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 119 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.29 |
| HSL | 84.19º | 0.3% | 0.59% | - |
| HSV(B) | 84.19º | 0.34% | 0.71% | - |
| XYZ | 33.56 | 41.45 | 23.68 | - |
| YUV | 166.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 119 | 0.14 | 0 | 0.34 | 0.29 | 84.19 | 0.3 | 0.59 |
| Hex | 9C | B5 | 77 | E | 0 | 22 | 1D | 54 | 1E | 3B |
| Octal | 234 | 265 | 167 | 16 | 0 | 42 | 35 | 124 | 36 | 73 |
| Binary | 10011100 | 10110101 | 1110111 | 1110 | 0 | 100010 | 11101 | 1010100 | 11110 | 111011 |
Color Harmonies of #9CB577
Complementary color
Monochromatic Colors of #9CB577
Black with #9CB577
Text Example
Text Example
White with #9CB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB577; }
p { color: rgb(156,181,119); }
H1.HeaderClassName
{
color: #9CB577;
}
.AnyTagClassName
{
color: #9CB577;
}
</style>
background-color css
<style>
a { background-color: #9CB577; }
a { background-color: rgb(156,181,119); }
div.DivClassName
{
background-color: #9CB577;
}
.BgClassName
{
background-color: #9CB577;
}
</style>
border-color css
<style>
span { border-color: #9CB577; }
span { border-color: rgb(156,181,119); }
td.TdClassName
{
border-color: #9CB577;
}
.TagClassName
{
border-color: #9CB577;
}
</style>