Shades of Olivine #9CB961
Tints of Olivine #9CB961
RGB
CMYK
RGB Variations
Color information
#9CB961 (or 0x9CB961) is known color: Olivine. HEX triplet: 9C, B9 and 61. RGB value is (156,185,97). Sum of RGB (Red+Green+Blue) = 156+185+97=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB961 is #63469E. Grayscale: #A6A6A6. Windows color (decimal): -6506143 or 6404508. OLE color: 6404508.
HSL color Cylindrical-coordinate representation of color #9CB961: hue angle of 79.77º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CB961 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 185 | 97 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.27 |
| HSL | 79.77º | 0.39% | 0.55% | - |
| HSV(B) | 79.77º | 0.48% | 0.73% | - |
| XYZ | 33.22 | 42.63 | 17.79 | - |
| YUV | 166.3 | 88.89 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 97 | 0.16 | 0 | 0.48 | 0.27 | 79.77 | 0.39 | 0.55 |
| Hex | 9C | B9 | 61 | 10 | 0 | 30 | 1B | 50 | 27 | 37 |
| Octal | 234 | 271 | 141 | 20 | 0 | 60 | 33 | 120 | 47 | 67 |
| Binary | 10011100 | 10111001 | 1100001 | 10000 | 0 | 110000 | 11011 | 1010000 | 100111 | 110111 |
Color Harmonies of #9CB961
Complementary color
Monochromatic Colors of #9CB961
Black with #9CB961
Text Example
Text Example
White with #9CB961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB961; }
p { color: rgb(156,185,97); }
H1.HeaderClassName
{
color: #9CB961;
}
.AnyTagClassName
{
color: #9CB961;
}
</style>
background-color css
<style>
a { background-color: #9CB961; }
a { background-color: rgb(156,185,97); }
div.DivClassName
{
background-color: #9CB961;
}
.BgClassName
{
background-color: #9CB961;
}
</style>
border-color css
<style>
span { border-color: #9CB961; }
span { border-color: rgb(156,185,97); }
td.TdClassName
{
border-color: #9CB961;
}
.TagClassName
{
border-color: #9CB961;
}
</style>