Shades of Olivine #9DB97C
Tints of Olivine #9DB97C
RGB
CMYK
RGB Variations
Color information
#9DB97C (or 0x9DB97C) is known color: Olivine. HEX triplet: 9D, B9 and 7C. RGB value is (157,185,124). Sum of RGB (Red+Green+Blue) = 157+185+124=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB97C is #624683. Grayscale: #A9A9A9. Windows color (decimal): -6440580 or 8173981. OLE color: 8173981.
HSL color Cylindrical-coordinate representation of color #9DB97C: hue angle of 87.54º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DB97C is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 124 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.27 |
| HSL | 87.54º | 0.3% | 0.61% | - |
| HSV(B) | 87.54º | 0.33% | 0.73% | - |
| XYZ | 34.89 | 43.32 | 25.59 | - |
| YUV | 169.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 124 | 0.15 | 0 | 0.33 | 0.27 | 87.54 | 0.3 | 0.61 |
| Hex | 9D | B9 | 7C | F | 0 | 21 | 1B | 58 | 1E | 3D |
| Octal | 235 | 271 | 174 | 17 | 0 | 41 | 33 | 130 | 36 | 75 |
| Binary | 10011101 | 10111001 | 1111100 | 1111 | 0 | 100001 | 11011 | 1011000 | 11110 | 111101 |
Color Harmonies of #9DB97C
Complementary color
Monochromatic Colors of #9DB97C
Black with #9DB97C
Text Example
Text Example
White with #9DB97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB97C; }
p { color: rgb(157,185,124); }
H1.HeaderClassName
{
color: #9DB97C;
}
.AnyTagClassName
{
color: #9DB97C;
}
</style>
background-color css
<style>
a { background-color: #9DB97C; }
a { background-color: rgb(157,185,124); }
div.DivClassName
{
background-color: #9DB97C;
}
.BgClassName
{
background-color: #9DB97C;
}
</style>
border-color css
<style>
span { border-color: #9DB97C; }
span { border-color: rgb(157,185,124); }
td.TdClassName
{
border-color: #9DB97C;
}
.TagClassName
{
border-color: #9DB97C;
}
</style>