Shades of Olivine #9DB87D
Tints of Olivine #9DB87D
RGB
CMYK
RGB Variations
Color information
#9DB87D (or 0x9DB87D) is known color: Olivine. HEX triplet: 9D, B8 and 7D. RGB value is (157,184,125). Sum of RGB (Red+Green+Blue) = 157+184+125=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB87D is #624782. Grayscale: #A9A9A9. Windows color (decimal): -6440835 or 8239261. OLE color: 8239261.
HSL color Cylindrical-coordinate representation of color #9DB87D: hue angle of 87.46º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DB87D is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 125 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.28 |
| HSL | 87.46º | 0.29% | 0.61% | - |
| HSV(B) | 87.46º | 0.32% | 0.72% | - |
| XYZ | 34.75 | 42.93 | 25.86 | - |
| YUV | 169.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 125 | 0.15 | 0 | 0.32 | 0.28 | 87.46 | 0.29 | 0.61 |
| Hex | 9D | B8 | 7D | F | 0 | 20 | 1C | 57 | 1D | 3D |
| Octal | 235 | 270 | 175 | 17 | 0 | 40 | 34 | 127 | 35 | 75 |
| Binary | 10011101 | 10111000 | 1111101 | 1111 | 0 | 100000 | 11100 | 1010111 | 11101 | 111101 |
Color Harmonies of #9DB87D
Complementary color
Monochromatic Colors of #9DB87D
Black with #9DB87D
Text Example
Text Example
White with #9DB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB87D; }
p { color: rgb(157,184,125); }
H1.HeaderClassName
{
color: #9DB87D;
}
.AnyTagClassName
{
color: #9DB87D;
}
</style>
background-color css
<style>
a { background-color: #9DB87D; }
a { background-color: rgb(157,184,125); }
div.DivClassName
{
background-color: #9DB87D;
}
.BgClassName
{
background-color: #9DB87D;
}
</style>
border-color css
<style>
span { border-color: #9DB87D; }
span { border-color: rgb(157,184,125); }
td.TdClassName
{
border-color: #9DB87D;
}
.TagClassName
{
border-color: #9DB87D;
}
</style>