Shades of Olivine #9DBD6D
Tints of Olivine #9DBD6D
RGB
CMYK
RGB Variations
Color information
#9DBD6D (or 0x9DBD6D) is known color: Olivine. HEX triplet: 9D, BD and 6D. RGB value is (157,189,109). Sum of RGB (Red+Green+Blue) = 157+189+109=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBD6D is #624292. Grayscale: #AAAAAA. Windows color (decimal): -6439571 or 7191965. OLE color: 7191965.
HSL color Cylindrical-coordinate representation of color #9DBD6D: hue angle of 84º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DBD6D is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 109 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.26 |
| HSL | 84º | 0.38% | 0.58% | - |
| HSV(B) | 84º | 0.42% | 0.74% | - |
| XYZ | 34.86 | 44.67 | 21.25 | - |
| YUV | 170.31 | 93.4 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 109 | 0.17 | 0 | 0.42 | 0.26 | 84 | 0.38 | 0.58 |
| Hex | 9D | BD | 6D | 11 | 0 | 2A | 1A | 54 | 26 | 3A |
| Octal | 235 | 275 | 155 | 21 | 0 | 52 | 32 | 124 | 46 | 72 |
| Binary | 10011101 | 10111101 | 1101101 | 10001 | 0 | 101010 | 11010 | 1010100 | 100110 | 111010 |
Color Harmonies of #9DBD6D
Complementary color
Monochromatic Colors of #9DBD6D
Black with #9DBD6D
Text Example
Text Example
White with #9DBD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD6D; }
p { color: rgb(157,189,109); }
H1.HeaderClassName
{
color: #9DBD6D;
}
.AnyTagClassName
{
color: #9DBD6D;
}
</style>
background-color css
<style>
a { background-color: #9DBD6D; }
a { background-color: rgb(157,189,109); }
div.DivClassName
{
background-color: #9DBD6D;
}
.BgClassName
{
background-color: #9DBD6D;
}
</style>
border-color css
<style>
span { border-color: #9DBD6D; }
span { border-color: rgb(157,189,109); }
td.TdClassName
{
border-color: #9DBD6D;
}
.TagClassName
{
border-color: #9DBD6D;
}
</style>