Shades of Olivine #9DB57B
Tints of Olivine #9DB57B
RGB
CMYK
RGB Variations
Color information
#9DB57B (or 0x9DB57B) is known color: Olivine. HEX triplet: 9D, B5 and 7B. RGB value is (157,181,123). Sum of RGB (Red+Green+Blue) = 157+181+123=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB57B is #624A84. Grayscale: #A7A7A7. Windows color (decimal): -6441605 or 8107421. OLE color: 8107421.
HSL color Cylindrical-coordinate representation of color #9DB57B: hue angle of 84.83º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DB57B is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 123 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.29 |
| HSL | 84.83º | 0.28% | 0.6% | - |
| HSV(B) | 84.83º | 0.32% | 0.71% | - |
| XYZ | 34 | 41.65 | 24.99 | - |
| YUV | 167.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 123 | 0.13 | 0 | 0.32 | 0.29 | 84.83 | 0.28 | 0.6 |
| Hex | 9D | B5 | 7B | D | 0 | 20 | 1D | 55 | 1C | 3C |
| Octal | 235 | 265 | 173 | 15 | 0 | 40 | 35 | 125 | 34 | 74 |
| Binary | 10011101 | 10110101 | 1111011 | 1101 | 0 | 100000 | 11101 | 1010101 | 11100 | 111100 |
Color Harmonies of #9DB57B
Complementary color
Monochromatic Colors of #9DB57B
Black with #9DB57B
Text Example
Text Example
White with #9DB57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB57B; }
p { color: rgb(157,181,123); }
H1.HeaderClassName
{
color: #9DB57B;
}
.AnyTagClassName
{
color: #9DB57B;
}
</style>
background-color css
<style>
a { background-color: #9DB57B; }
a { background-color: rgb(157,181,123); }
div.DivClassName
{
background-color: #9DB57B;
}
.BgClassName
{
background-color: #9DB57B;
}
</style>
border-color css
<style>
span { border-color: #9DB57B; }
span { border-color: rgb(157,181,123); }
td.TdClassName
{
border-color: #9DB57B;
}
.TagClassName
{
border-color: #9DB57B;
}
</style>