Shades of Olivine #9DB080
Tints of Olivine #9DB080
RGB
CMYK
RGB Variations
Color information
#9DB080 (or 0x9DB080) is known color: Olivine. HEX triplet: 9D, B0 and 80. RGB value is (157,176,128). Sum of RGB (Red+Green+Blue) = 157+176+128=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB080 is #624F7F. Grayscale: #A5A5A5. Windows color (decimal): -6442880 or 8433821. OLE color: 8433821.
HSL color Cylindrical-coordinate representation of color #9DB080: hue angle of 83.75º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DB080 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 128 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.31 |
| HSL | 83.75º | 0.23% | 0.6% | - |
| HSV(B) | 83.75º | 0.27% | 0.69% | - |
| XYZ | 33.33 | 39.78 | 26.34 | - |
| YUV | 164.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 128 | 0.11 | 0 | 0.27 | 0.31 | 83.75 | 0.23 | 0.6 |
| Hex | 9D | B0 | 80 | B | 0 | 1B | 1F | 54 | 17 | 3C |
| Octal | 235 | 260 | 200 | 13 | 0 | 33 | 37 | 124 | 27 | 74 |
| Binary | 10011101 | 10110000 | 10000000 | 1011 | 0 | 11011 | 11111 | 1010100 | 10111 | 111100 |
Color Harmonies of #9DB080
Complementary color
Monochromatic Colors of #9DB080
Black with #9DB080
Text Example
Text Example
White with #9DB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB080; }
p { color: rgb(157,176,128); }
H1.HeaderClassName
{
color: #9DB080;
}
.AnyTagClassName
{
color: #9DB080;
}
</style>
background-color css
<style>
a { background-color: #9DB080; }
a { background-color: rgb(157,176,128); }
div.DivClassName
{
background-color: #9DB080;
}
.BgClassName
{
background-color: #9DB080;
}
</style>
border-color css
<style>
span { border-color: #9DB080; }
span { border-color: rgb(157,176,128); }
td.TdClassName
{
border-color: #9DB080;
}
.TagClassName
{
border-color: #9DB080;
}
</style>