Shades of Olivine #9BB376
Tints of Olivine #9BB376
RGB
CMYK
RGB Variations
Color information
#9BB376 (or 0x9BB376) is known color: Olivine. HEX triplet: 9B, B3 and 76. RGB value is (155,179,118). Sum of RGB (Red+Green+Blue) = 155+179+118=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB376 is #644C89. Grayscale: #A5A5A5. Windows color (decimal): -6573194 or 7779227. OLE color: 7779227.
HSL color Cylindrical-coordinate representation of color #9BB376: hue angle of 83.61º 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 #9BB376 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 118 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.30 |
| HSL | 83.61º | 0.29% | 0.58% | - |
| HSV(B) | 83.61º | 0.34% | 0.7% | - |
| XYZ | 32.91 | 40.52 | 23.23 | - |
| YUV | 164.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 118 | 0.13 | 0 | 0.34 | 0.30 | 83.61 | 0.29 | 0.58 |
| Hex | 9B | B3 | 76 | D | 0 | 22 | 1E | 54 | 1D | 3A |
| Octal | 233 | 263 | 166 | 15 | 0 | 42 | 36 | 124 | 35 | 72 |
| Binary | 10011011 | 10110011 | 1110110 | 1101 | 0 | 100010 | 11110 | 1010100 | 11101 | 111010 |
Color Harmonies of #9BB376
Complementary color
Monochromatic Colors of #9BB376
Black with #9BB376
Text Example
Text Example
White with #9BB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB376; }
p { color: rgb(155,179,118); }
H1.HeaderClassName
{
color: #9BB376;
}
.AnyTagClassName
{
color: #9BB376;
}
</style>
background-color css
<style>
a { background-color: #9BB376; }
a { background-color: rgb(155,179,118); }
div.DivClassName
{
background-color: #9BB376;
}
.BgClassName
{
background-color: #9BB376;
}
</style>
border-color css
<style>
span { border-color: #9BB376; }
span { border-color: rgb(155,179,118); }
td.TdClassName
{
border-color: #9BB376;
}
.TagClassName
{
border-color: #9BB376;
}
</style>