Shades of Olivine #9DBD80
Tints of Olivine #9DBD80
RGB
CMYK
RGB Variations
Color information
#9DBD80 (or 0x9DBD80) is known color: Olivine. HEX triplet: 9D, BD and 80. RGB value is (157,189,128). Sum of RGB (Red+Green+Blue) = 157+189+128=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBD80 is #62427F. Grayscale: #ACACAC. Windows color (decimal): -6439552 or 8437149. OLE color: 8437149.
HSL color Cylindrical-coordinate representation of color #9DBD80: hue angle of 91.48º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DBD80 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 128 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.26 |
| HSL | 91.48º | 0.32% | 0.62% | - |
| HSV(B) | 91.48º | 0.32% | 0.74% | - |
| XYZ | 36 | 45.12 | 27.23 | - |
| YUV | 172.48 | 102.9 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 128 | 0.17 | 0 | 0.32 | 0.26 | 91.48 | 0.32 | 0.62 |
| Hex | 9D | BD | 80 | 11 | 0 | 20 | 1A | 5B | 20 | 3E |
| Octal | 235 | 275 | 200 | 21 | 0 | 40 | 32 | 133 | 40 | 76 |
| Binary | 10011101 | 10111101 | 10000000 | 10001 | 0 | 100000 | 11010 | 1011011 | 100000 | 111110 |
Color Harmonies of #9DBD80
Complementary color
Monochromatic Colors of #9DBD80
Black with #9DBD80
Text Example
Text Example
White with #9DBD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD80; }
p { color: rgb(157,189,128); }
H1.HeaderClassName
{
color: #9DBD80;
}
.AnyTagClassName
{
color: #9DBD80;
}
</style>
background-color css
<style>
a { background-color: #9DBD80; }
a { background-color: rgb(157,189,128); }
div.DivClassName
{
background-color: #9DBD80;
}
.BgClassName
{
background-color: #9DBD80;
}
</style>
border-color css
<style>
span { border-color: #9DBD80; }
span { border-color: rgb(157,189,128); }
td.TdClassName
{
border-color: #9DBD80;
}
.TagClassName
{
border-color: #9DBD80;
}
</style>