Shades of Olivine #9DB476
Tints of Olivine #9DB476
RGB
CMYK
RGB Variations
Color information
#9DB476 (or 0x9DB476) is known color: Olivine. HEX triplet: 9D, B4 and 76. RGB value is (157,180,118). Sum of RGB (Red+Green+Blue) = 157+180+118=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB476 is #624B89. Grayscale: #A6A6A6. Windows color (decimal): -6441866 or 7779485. OLE color: 7779485.
HSL color Cylindrical-coordinate representation of color #9DB476: hue angle of 82.26º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DB476 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 118 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.29 |
| HSL | 82.26º | 0.29% | 0.58% | - |
| HSV(B) | 82.26º | 0.34% | 0.71% | - |
| XYZ | 33.5 | 41.12 | 23.31 | - |
| YUV | 166.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 118 | 0.13 | 0 | 0.34 | 0.29 | 82.26 | 0.29 | 0.58 |
| Hex | 9D | B4 | 76 | D | 0 | 22 | 1D | 52 | 1D | 3A |
| Octal | 235 | 264 | 166 | 15 | 0 | 42 | 35 | 122 | 35 | 72 |
| Binary | 10011101 | 10110100 | 1110110 | 1101 | 0 | 100010 | 11101 | 1010010 | 11101 | 111010 |
Color Harmonies of #9DB476
Complementary color
Monochromatic Colors of #9DB476
Black with #9DB476
Text Example
Text Example
White with #9DB476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB476; }
p { color: rgb(157,180,118); }
H1.HeaderClassName
{
color: #9DB476;
}
.AnyTagClassName
{
color: #9DB476;
}
</style>
background-color css
<style>
a { background-color: #9DB476; }
a { background-color: rgb(157,180,118); }
div.DivClassName
{
background-color: #9DB476;
}
.BgClassName
{
background-color: #9DB476;
}
</style>
border-color css
<style>
span { border-color: #9DB476; }
span { border-color: rgb(157,180,118); }
td.TdClassName
{
border-color: #9DB476;
}
.TagClassName
{
border-color: #9DB476;
}
</style>