Shades of Olivine #9CB376
Tints of Olivine #9CB376
RGB
CMYK
RGB Variations
Color information
#9CB376 (or 0x9CB376) is known color: Olivine. HEX triplet: 9C, B3 and 76. RGB value is (156,179,118). Sum of RGB (Red+Green+Blue) = 156+179+118=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB376 is #634C89. Grayscale: #A5A5A5. Windows color (decimal): -6507658 or 7779228. OLE color: 7779228.
HSL color Cylindrical-coordinate representation of color #9CB376: hue angle of 82.62º degrees, saturation: 0.29, 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 #9CB376 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 118 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.30 |
| HSL | 82.62º | 0.29% | 0.58% | - |
| HSV(B) | 82.62º | 0.34% | 0.7% | - |
| XYZ | 33.1 | 40.62 | 23.23 | - |
| YUV | 165.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 118 | 0.13 | 0 | 0.34 | 0.30 | 82.62 | 0.29 | 0.58 |
| Hex | 9C | B3 | 76 | D | 0 | 22 | 1E | 53 | 1D | 3A |
| Octal | 234 | 263 | 166 | 15 | 0 | 42 | 36 | 123 | 35 | 72 |
| Binary | 10011100 | 10110011 | 1110110 | 1101 | 0 | 100010 | 11110 | 1010011 | 11101 | 111010 |
Color Harmonies of #9CB376
Complementary color
Monochromatic Colors of #9CB376
Black with #9CB376
Text Example
Text Example
White with #9CB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB376; }
p { color: rgb(156,179,118); }
H1.HeaderClassName
{
color: #9CB376;
}
.AnyTagClassName
{
color: #9CB376;
}
</style>
background-color css
<style>
a { background-color: #9CB376; }
a { background-color: rgb(156,179,118); }
div.DivClassName
{
background-color: #9CB376;
}
.BgClassName
{
background-color: #9CB376;
}
</style>
border-color css
<style>
span { border-color: #9CB376; }
span { border-color: rgb(156,179,118); }
td.TdClassName
{
border-color: #9CB376;
}
.TagClassName
{
border-color: #9CB376;
}
</style>