Shades of Olivine #9DB87F
Tints of Olivine #9DB87F
RGB
CMYK
RGB Variations
Color information
#9DB87F (or 0x9DB87F) is known color: Olivine. HEX triplet: 9D, B8 and 7F. RGB value is (157,184,127). Sum of RGB (Red+Green+Blue) = 157+184+127=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB87F is #624780. Grayscale: #A9A9A9. Windows color (decimal): -6440833 or 8370333. OLE color: 8370333.
HSL color Cylindrical-coordinate representation of color #9DB87F: hue angle of 88.42º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DB87F is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 127 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.28 |
| HSL | 88.42º | 0.29% | 0.61% | - |
| HSV(B) | 88.42º | 0.31% | 0.72% | - |
| XYZ | 34.88 | 42.98 | 26.54 | - |
| YUV | 169.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 127 | 0.15 | 0 | 0.31 | 0.28 | 88.42 | 0.29 | 0.61 |
| Hex | 9D | B8 | 7F | F | 0 | 1F | 1C | 58 | 1D | 3D |
| Octal | 235 | 270 | 177 | 17 | 0 | 37 | 34 | 130 | 35 | 75 |
| Binary | 10011101 | 10111000 | 1111111 | 1111 | 0 | 11111 | 11100 | 1011000 | 11101 | 111101 |
Color Harmonies of #9DB87F
Complementary color
Monochromatic Colors of #9DB87F
Black with #9DB87F
Text Example
Text Example
White with #9DB87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB87F; }
p { color: rgb(157,184,127); }
H1.HeaderClassName
{
color: #9DB87F;
}
.AnyTagClassName
{
color: #9DB87F;
}
</style>
background-color css
<style>
a { background-color: #9DB87F; }
a { background-color: rgb(157,184,127); }
div.DivClassName
{
background-color: #9DB87F;
}
.BgClassName
{
background-color: #9DB87F;
}
</style>
border-color css
<style>
span { border-color: #9DB87F; }
span { border-color: rgb(157,184,127); }
td.TdClassName
{
border-color: #9DB87F;
}
.TagClassName
{
border-color: #9DB87F;
}
</style>