Shades of Olivine #9DB47D
Tints of Olivine #9DB47D
RGB
CMYK
RGB Variations
Color information
#9DB47D (or 0x9DB47D) is known color: Olivine. HEX triplet: 9D, B4 and 7D. RGB value is (157,180,125). Sum of RGB (Red+Green+Blue) = 157+180+125=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB47D is #624B82. Grayscale: #A7A7A7. Windows color (decimal): -6441859 or 8238237. OLE color: 8238237.
HSL color Cylindrical-coordinate representation of color #9DB47D: hue angle of 85.09º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DB47D is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 125 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.29 |
| HSL | 85.09º | 0.27% | 0.6% | - |
| HSV(B) | 85.09º | 0.31% | 0.71% | - |
| XYZ | 33.93 | 41.29 | 25.58 | - |
| YUV | 166.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 125 | 0.13 | 0 | 0.31 | 0.29 | 85.09 | 0.27 | 0.6 |
| Hex | 9D | B4 | 7D | D | 0 | 1F | 1D | 55 | 1B | 3C |
| Octal | 235 | 264 | 175 | 15 | 0 | 37 | 35 | 125 | 33 | 74 |
| Binary | 10011101 | 10110100 | 1111101 | 1101 | 0 | 11111 | 11101 | 1010101 | 11011 | 111100 |
Color Harmonies of #9DB47D
Complementary color
Monochromatic Colors of #9DB47D
Black with #9DB47D
Text Example
Text Example
White with #9DB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB47D; }
p { color: rgb(157,180,125); }
H1.HeaderClassName
{
color: #9DB47D;
}
.AnyTagClassName
{
color: #9DB47D;
}
</style>
background-color css
<style>
a { background-color: #9DB47D; }
a { background-color: rgb(157,180,125); }
div.DivClassName
{
background-color: #9DB47D;
}
.BgClassName
{
background-color: #9DB47D;
}
</style>
border-color css
<style>
span { border-color: #9DB47D; }
span { border-color: rgb(157,180,125); }
td.TdClassName
{
border-color: #9DB47D;
}
.TagClassName
{
border-color: #9DB47D;
}
</style>