Shades of Olivine #9DB082
Tints of Olivine #9DB082
RGB
CMYK
RGB Variations
Color information
#9DB082 (or 0x9DB082) is known color: Olivine. HEX triplet: 9D, B0 and 82. RGB value is (157,176,130). Sum of RGB (Red+Green+Blue) = 157+176+130=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB082 is #624F7D. Grayscale: #A5A5A5. Windows color (decimal): -6442878 or 8564893. OLE color: 8564893.
HSL color Cylindrical-coordinate representation of color #9DB082: hue angle of 84.78º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DB082 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 130 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.31 |
| HSL | 84.78º | 0.23% | 0.6% | - |
| HSV(B) | 84.78º | 0.26% | 0.69% | - |
| XYZ | 33.46 | 39.83 | 27.04 | - |
| YUV | 165.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 130 | 0.11 | 0 | 0.26 | 0.31 | 84.78 | 0.23 | 0.6 |
| Hex | 9D | B0 | 82 | B | 0 | 1A | 1F | 55 | 17 | 3C |
| Octal | 235 | 260 | 202 | 13 | 0 | 32 | 37 | 125 | 27 | 74 |
| Binary | 10011101 | 10110000 | 10000010 | 1011 | 0 | 11010 | 11111 | 1010101 | 10111 | 111100 |
Color Harmonies of #9DB082
Complementary color
Monochromatic Colors of #9DB082
Black with #9DB082
Text Example
Text Example
White with #9DB082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB082; }
p { color: rgb(157,176,130); }
H1.HeaderClassName
{
color: #9DB082;
}
.AnyTagClassName
{
color: #9DB082;
}
</style>
background-color css
<style>
a { background-color: #9DB082; }
a { background-color: rgb(157,176,130); }
div.DivClassName
{
background-color: #9DB082;
}
.BgClassName
{
background-color: #9DB082;
}
</style>
border-color css
<style>
span { border-color: #9DB082; }
span { border-color: rgb(157,176,130); }
td.TdClassName
{
border-color: #9DB082;
}
.TagClassName
{
border-color: #9DB082;
}
</style>