Shades of Olivine #9CB276
Tints of Olivine #9CB276
RGB
CMYK
RGB Variations
Color information
#9CB276 (or 0x9CB276) is known color: Olivine. HEX triplet: 9C, B2 and 76. RGB value is (156,178,118). Sum of RGB (Red+Green+Blue) = 156+178+118=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB276 is #634D89. Grayscale: #A4A4A4. Windows color (decimal): -6507914 or 7778972. OLE color: 7778972.
HSL color Cylindrical-coordinate representation of color #9CB276: hue angle of 82º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CB276 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 178 | 118 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.30 |
| HSL | 82º | 0.28% | 0.58% | - |
| HSV(B) | 82º | 0.34% | 0.7% | - |
| XYZ | 32.9 | 40.22 | 23.17 | - |
| YUV | 164.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 118 | 0.12 | 0 | 0.34 | 0.30 | 82 | 0.28 | 0.58 |
| Hex | 9C | B2 | 76 | C | 0 | 22 | 1E | 52 | 1C | 3A |
| Octal | 234 | 262 | 166 | 14 | 0 | 42 | 36 | 122 | 34 | 72 |
| Binary | 10011100 | 10110010 | 1110110 | 1100 | 0 | 100010 | 11110 | 1010010 | 11100 | 111010 |
Color Harmonies of #9CB276
Complementary color
Monochromatic Colors of #9CB276
Black with #9CB276
Text Example
Text Example
White with #9CB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB276; }
p { color: rgb(156,178,118); }
H1.HeaderClassName
{
color: #9CB276;
}
.AnyTagClassName
{
color: #9CB276;
}
</style>
background-color css
<style>
a { background-color: #9CB276; }
a { background-color: rgb(156,178,118); }
div.DivClassName
{
background-color: #9CB276;
}
.BgClassName
{
background-color: #9CB276;
}
</style>
border-color css
<style>
span { border-color: #9CB276; }
span { border-color: rgb(156,178,118); }
td.TdClassName
{
border-color: #9CB276;
}
.TagClassName
{
border-color: #9CB276;
}
</style>