Shades of Olivine #9DB87B
Tints of Olivine #9DB87B
RGB
CMYK
RGB Variations
Color information
#9DB87B (or 0x9DB87B) is known color: Olivine. HEX triplet: 9D, B8 and 7B. RGB value is (157,184,123). Sum of RGB (Red+Green+Blue) = 157+184+123=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB87B is #624784. Grayscale: #A9A9A9. Windows color (decimal): -6440837 or 8108189. OLE color: 8108189.
HSL color Cylindrical-coordinate representation of color #9DB87B: hue angle of 86.56º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DB87B is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 123 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.28 |
| HSL | 86.56º | 0.3% | 0.6% | - |
| HSV(B) | 86.56º | 0.33% | 0.72% | - |
| XYZ | 34.62 | 42.88 | 25.19 | - |
| YUV | 168.97 | 102.05 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 123 | 0.15 | 0 | 0.33 | 0.28 | 86.56 | 0.3 | 0.6 |
| Hex | 9D | B8 | 7B | F | 0 | 21 | 1C | 57 | 1E | 3C |
| Octal | 235 | 270 | 173 | 17 | 0 | 41 | 34 | 127 | 36 | 74 |
| Binary | 10011101 | 10111000 | 1111011 | 1111 | 0 | 100001 | 11100 | 1010111 | 11110 | 111100 |
Color Harmonies of #9DB87B
Complementary color
Monochromatic Colors of #9DB87B
Black with #9DB87B
Text Example
Text Example
White with #9DB87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB87B; }
p { color: rgb(157,184,123); }
H1.HeaderClassName
{
color: #9DB87B;
}
.AnyTagClassName
{
color: #9DB87B;
}
</style>
background-color css
<style>
a { background-color: #9DB87B; }
a { background-color: rgb(157,184,123); }
div.DivClassName
{
background-color: #9DB87B;
}
.BgClassName
{
background-color: #9DB87B;
}
</style>
border-color css
<style>
span { border-color: #9DB87B; }
span { border-color: rgb(157,184,123); }
td.TdClassName
{
border-color: #9DB87B;
}
.TagClassName
{
border-color: #9DB87B;
}
</style>