Shades of Olivine #9BAD76
Tints of Olivine #9BAD76
RGB
CMYK
RGB Variations
Color information
#9BAD76 (or 0x9BAD76) is known color: Olivine. HEX triplet: 9B, AD and 76. RGB value is (155,173,118). Sum of RGB (Red+Green+Blue) = 155+173+118=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAD76 is #645289. Grayscale: #A1A1A1. Windows color (decimal): -6574730 or 7777691. OLE color: 7777691.
HSL color Cylindrical-coordinate representation of color #9BAD76: hue angle of 79.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BAD76 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 118 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.32 |
| HSL | 79.64º | 0.25% | 0.57% | - |
| HSV(B) | 79.64º | 0.32% | 0.68% | - |
| XYZ | 31.73 | 38.16 | 22.83 | - |
| YUV | 161.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 118 | 0.10 | 0 | 0.32 | 0.32 | 79.64 | 0.25 | 0.57 |
| Hex | 9B | AD | 76 | A | 0 | 20 | 20 | 50 | 19 | 39 |
| Octal | 233 | 255 | 166 | 12 | 0 | 40 | 40 | 120 | 31 | 71 |
| Binary | 10011011 | 10101101 | 1110110 | 1010 | 0 | 100000 | 100000 | 1010000 | 11001 | 111001 |
Color Harmonies of #9BAD76
Complementary color
Monochromatic Colors of #9BAD76
Black with #9BAD76
Text Example
Text Example
White with #9BAD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD76; }
p { color: rgb(155,173,118); }
H1.HeaderClassName
{
color: #9BAD76;
}
.AnyTagClassName
{
color: #9BAD76;
}
</style>
background-color css
<style>
a { background-color: #9BAD76; }
a { background-color: rgb(155,173,118); }
div.DivClassName
{
background-color: #9BAD76;
}
.BgClassName
{
background-color: #9BAD76;
}
</style>
border-color css
<style>
span { border-color: #9BAD76; }
span { border-color: rgb(155,173,118); }
td.TdClassName
{
border-color: #9BAD76;
}
.TagClassName
{
border-color: #9BAD76;
}
</style>