Shades of Olivine #9DAD80
Tints of Olivine #9DAD80
RGB
CMYK
RGB Variations
Color information
#9DAD80 (or 0x9DAD80) is known color: Olivine. HEX triplet: 9D, AD and 80. RGB value is (157,173,128). Sum of RGB (Red+Green+Blue) = 157+173+128=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAD80 is #62527F. Grayscale: #A3A3A3. Windows color (decimal): -6443648 or 8433053. OLE color: 8433053.
HSL color Cylindrical-coordinate representation of color #9DAD80: hue angle of 81.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DAD80 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 173 | 128 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.32 |
| HSL | 81.33º | 0.22% | 0.59% | - |
| HSV(B) | 81.33º | 0.26% | 0.68% | - |
| XYZ | 32.74 | 38.61 | 26.15 | - |
| YUV | 163.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 173 | 128 | 0.09 | 0 | 0.26 | 0.32 | 81.33 | 0.22 | 0.59 |
| Hex | 9D | AD | 80 | 9 | 0 | 1A | 20 | 51 | 16 | 3B |
| Octal | 235 | 255 | 200 | 11 | 0 | 32 | 40 | 121 | 26 | 73 |
| Binary | 10011101 | 10101101 | 10000000 | 1001 | 0 | 11010 | 100000 | 1010001 | 10110 | 111011 |
Color Harmonies of #9DAD80
Complementary color
Monochromatic Colors of #9DAD80
Black with #9DAD80
Text Example
Text Example
White with #9DAD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAD80; }
p { color: rgb(157,173,128); }
H1.HeaderClassName
{
color: #9DAD80;
}
.AnyTagClassName
{
color: #9DAD80;
}
</style>
background-color css
<style>
a { background-color: #9DAD80; }
a { background-color: rgb(157,173,128); }
div.DivClassName
{
background-color: #9DAD80;
}
.BgClassName
{
background-color: #9DAD80;
}
</style>
border-color css
<style>
span { border-color: #9DAD80; }
span { border-color: rgb(157,173,128); }
td.TdClassName
{
border-color: #9DAD80;
}
.TagClassName
{
border-color: #9DAD80;
}
</style>