Shades of Olivine #9DB477
Tints of Olivine #9DB477
RGB
CMYK
RGB Variations
Color information
#9DB477 (or 0x9DB477) is known color: Olivine. HEX triplet: 9D, B4 and 77. RGB value is (157,180,119). Sum of RGB (Red+Green+Blue) = 157+180+119=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB477 is #624B88. Grayscale: #A6A6A6. Windows color (decimal): -6441865 or 7845021. OLE color: 7845021.
HSL color Cylindrical-coordinate representation of color #9DB477: hue angle of 82.62º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DB477 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 119 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.29 |
| HSL | 82.62º | 0.29% | 0.59% | - |
| HSV(B) | 82.62º | 0.34% | 0.71% | - |
| XYZ | 33.56 | 41.14 | 23.63 | - |
| YUV | 166.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 119 | 0.13 | 0 | 0.34 | 0.29 | 82.62 | 0.29 | 0.59 |
| Hex | 9D | B4 | 77 | D | 0 | 22 | 1D | 53 | 1D | 3B |
| Octal | 235 | 264 | 167 | 15 | 0 | 42 | 35 | 123 | 35 | 73 |
| Binary | 10011101 | 10110100 | 1110111 | 1101 | 0 | 100010 | 11101 | 1010011 | 11101 | 111011 |
Color Harmonies of #9DB477
Complementary color
Monochromatic Colors of #9DB477
Black with #9DB477
Text Example
Text Example
White with #9DB477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB477; }
p { color: rgb(157,180,119); }
H1.HeaderClassName
{
color: #9DB477;
}
.AnyTagClassName
{
color: #9DB477;
}
</style>
background-color css
<style>
a { background-color: #9DB477; }
a { background-color: rgb(157,180,119); }
div.DivClassName
{
background-color: #9DB477;
}
.BgClassName
{
background-color: #9DB477;
}
</style>
border-color css
<style>
span { border-color: #9DB477; }
span { border-color: rgb(157,180,119); }
td.TdClassName
{
border-color: #9DB477;
}
.TagClassName
{
border-color: #9DB477;
}
</style>