Shades of Olivine #9DB57C
Tints of Olivine #9DB57C
RGB
CMYK
RGB Variations
Color information
#9DB57C (or 0x9DB57C) is known color: Olivine. HEX triplet: 9D, B5 and 7C. RGB value is (157,181,124). Sum of RGB (Red+Green+Blue) = 157+181+124=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB57C is #624A83. Grayscale: #A7A7A7. Windows color (decimal): -6441604 or 8172957. OLE color: 8172957.
HSL color Cylindrical-coordinate representation of color #9DB57C: hue angle of 85.26º degrees, saturation: 0.28, 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 #9DB57C is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 124 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.29 |
| HSL | 85.26º | 0.28% | 0.6% | - |
| HSV(B) | 85.26º | 0.31% | 0.71% | - |
| XYZ | 34.07 | 41.67 | 25.32 | - |
| YUV | 167.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 124 | 0.13 | 0 | 0.31 | 0.29 | 85.26 | 0.28 | 0.6 |
| Hex | 9D | B5 | 7C | D | 0 | 1F | 1D | 55 | 1C | 3C |
| Octal | 235 | 265 | 174 | 15 | 0 | 37 | 35 | 125 | 34 | 74 |
| Binary | 10011101 | 10110101 | 1111100 | 1101 | 0 | 11111 | 11101 | 1010101 | 11100 | 111100 |
Color Harmonies of #9DB57C
Complementary color
Monochromatic Colors of #9DB57C
Black with #9DB57C
Text Example
Text Example
White with #9DB57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB57C; }
p { color: rgb(157,181,124); }
H1.HeaderClassName
{
color: #9DB57C;
}
.AnyTagClassName
{
color: #9DB57C;
}
</style>
background-color css
<style>
a { background-color: #9DB57C; }
a { background-color: rgb(157,181,124); }
div.DivClassName
{
background-color: #9DB57C;
}
.BgClassName
{
background-color: #9DB57C;
}
</style>
border-color css
<style>
span { border-color: #9DB57C; }
span { border-color: rgb(157,181,124); }
td.TdClassName
{
border-color: #9DB57C;
}
.TagClassName
{
border-color: #9DB57C;
}
</style>