Shades of Olivine #9DB47A
Tints of Olivine #9DB47A
RGB
CMYK
RGB Variations
Color information
#9DB47A (or 0x9DB47A) is known color: Olivine. HEX triplet: 9D, B4 and 7A. RGB value is (157,180,122). Sum of RGB (Red+Green+Blue) = 157+180+122=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB47A is #624B85. Grayscale: #A6A6A6. Windows color (decimal): -6441862 or 8041629. OLE color: 8041629.
HSL color Cylindrical-coordinate representation of color #9DB47A: hue angle of 83.79º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DB47A is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 122 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.29 |
| HSL | 83.79º | 0.28% | 0.59% | - |
| HSV(B) | 83.79º | 0.32% | 0.71% | - |
| XYZ | 33.74 | 41.22 | 24.59 | - |
| YUV | 166.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 122 | 0.13 | 0 | 0.32 | 0.29 | 83.79 | 0.28 | 0.59 |
| Hex | 9D | B4 | 7A | D | 0 | 20 | 1D | 54 | 1C | 3B |
| Octal | 235 | 264 | 172 | 15 | 0 | 40 | 35 | 124 | 34 | 73 |
| Binary | 10011101 | 10110100 | 1111010 | 1101 | 0 | 100000 | 11101 | 1010100 | 11100 | 111011 |
Color Harmonies of #9DB47A
Complementary color
Monochromatic Colors of #9DB47A
Black with #9DB47A
Text Example
Text Example
White with #9DB47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB47A; }
p { color: rgb(157,180,122); }
H1.HeaderClassName
{
color: #9DB47A;
}
.AnyTagClassName
{
color: #9DB47A;
}
</style>
background-color css
<style>
a { background-color: #9DB47A; }
a { background-color: rgb(157,180,122); }
div.DivClassName
{
background-color: #9DB47A;
}
.BgClassName
{
background-color: #9DB47A;
}
</style>
border-color css
<style>
span { border-color: #9DB47A; }
span { border-color: rgb(157,180,122); }
td.TdClassName
{
border-color: #9DB47A;
}
.TagClassName
{
border-color: #9DB47A;
}
</style>