Shades of Olivine #9DBD6C
Tints of Olivine #9DBD6C
RGB
CMYK
RGB Variations
Color information
#9DBD6C (or 0x9DBD6C) is known color: Olivine. HEX triplet: 9D, BD and 6C. RGB value is (157,189,108). Sum of RGB (Red+Green+Blue) = 157+189+108=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBD6C is #624293. Grayscale: #AAAAAA. Windows color (decimal): -6439572 or 7126429. OLE color: 7126429.
HSL color Cylindrical-coordinate representation of color #9DBD6C: hue angle of 83.7º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DBD6C is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 108 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.26 |
| HSL | 83.7º | 0.38% | 0.58% | - |
| HSV(B) | 83.7º | 0.43% | 0.74% | - |
| XYZ | 34.81 | 44.65 | 20.97 | - |
| YUV | 170.2 | 92.9 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 108 | 0.17 | 0 | 0.43 | 0.26 | 83.7 | 0.38 | 0.58 |
| Hex | 9D | BD | 6C | 11 | 0 | 2B | 1A | 54 | 26 | 3A |
| Octal | 235 | 275 | 154 | 21 | 0 | 53 | 32 | 124 | 46 | 72 |
| Binary | 10011101 | 10111101 | 1101100 | 10001 | 0 | 101011 | 11010 | 1010100 | 100110 | 111010 |
Color Harmonies of #9DBD6C
Complementary color
Monochromatic Colors of #9DBD6C
Black with #9DBD6C
Text Example
Text Example
White with #9DBD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD6C; }
p { color: rgb(157,189,108); }
H1.HeaderClassName
{
color: #9DBD6C;
}
.AnyTagClassName
{
color: #9DBD6C;
}
</style>
background-color css
<style>
a { background-color: #9DBD6C; }
a { background-color: rgb(157,189,108); }
div.DivClassName
{
background-color: #9DBD6C;
}
.BgClassName
{
background-color: #9DBD6C;
}
</style>
border-color css
<style>
span { border-color: #9DBD6C; }
span { border-color: rgb(157,189,108); }
td.TdClassName
{
border-color: #9DBD6C;
}
.TagClassName
{
border-color: #9DBD6C;
}
</style>