Shades of Olivine #9DB97D
Tints of Olivine #9DB97D
RGB
CMYK
RGB Variations
Color information
#9DB97D (or 0x9DB97D) is known color: Olivine. HEX triplet: 9D, B9 and 7D. RGB value is (157,185,125). Sum of RGB (Red+Green+Blue) = 157+185+125=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB97D is #624682. Grayscale: #AAAAAA. Windows color (decimal): -6440579 or 8239517. OLE color: 8239517.
HSL color Cylindrical-coordinate representation of color #9DB97D: hue angle of 88º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DB97D is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 125 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.27 |
| HSL | 88º | 0.3% | 0.61% | - |
| HSV(B) | 88º | 0.32% | 0.73% | - |
| XYZ | 34.96 | 43.35 | 25.93 | - |
| YUV | 169.79 | 102.72 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 125 | 0.15 | 0 | 0.32 | 0.27 | 88 | 0.3 | 0.61 |
| Hex | 9D | B9 | 7D | F | 0 | 20 | 1B | 58 | 1E | 3D |
| Octal | 235 | 271 | 175 | 17 | 0 | 40 | 33 | 130 | 36 | 75 |
| Binary | 10011101 | 10111001 | 1111101 | 1111 | 0 | 100000 | 11011 | 1011000 | 11110 | 111101 |
Color Harmonies of #9DB97D
Complementary color
Monochromatic Colors of #9DB97D
Black with #9DB97D
Text Example
Text Example
White with #9DB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB97D; }
p { color: rgb(157,185,125); }
H1.HeaderClassName
{
color: #9DB97D;
}
.AnyTagClassName
{
color: #9DB97D;
}
</style>
background-color css
<style>
a { background-color: #9DB97D; }
a { background-color: rgb(157,185,125); }
div.DivClassName
{
background-color: #9DB97D;
}
.BgClassName
{
background-color: #9DB97D;
}
</style>
border-color css
<style>
span { border-color: #9DB97D; }
span { border-color: rgb(157,185,125); }
td.TdClassName
{
border-color: #9DB97D;
}
.TagClassName
{
border-color: #9DB97D;
}
</style>