Shades of Olivine #9DB381
Tints of Olivine #9DB381
RGB
CMYK
RGB Variations
Color information
#9DB381 (or 0x9DB381) is known color: Olivine. HEX triplet: 9D, B3 and 81. RGB value is (157,179,129). Sum of RGB (Red+Green+Blue) = 157+179+129=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB381 is #624C7E. Grayscale: #A6A6A6. Windows color (decimal): -6442111 or 8500125. OLE color: 8500125.
HSL color Cylindrical-coordinate representation of color #9DB381: hue angle of 86.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DB381 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 129 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.30 |
| HSL | 86.4º | 0.25% | 0.6% | - |
| HSV(B) | 86.4º | 0.28% | 0.7% | - |
| XYZ | 33.99 | 40.99 | 26.89 | - |
| YUV | 166.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 129 | 0.12 | 0 | 0.28 | 0.30 | 86.4 | 0.25 | 0.6 |
| Hex | 9D | B3 | 81 | C | 0 | 1C | 1E | 56 | 19 | 3C |
| Octal | 235 | 263 | 201 | 14 | 0 | 34 | 36 | 126 | 31 | 74 |
| Binary | 10011101 | 10110011 | 10000001 | 1100 | 0 | 11100 | 11110 | 1010110 | 11001 | 111100 |
Color Harmonies of #9DB381
Complementary color
Monochromatic Colors of #9DB381
Black with #9DB381
Text Example
Text Example
White with #9DB381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB381; }
p { color: rgb(157,179,129); }
H1.HeaderClassName
{
color: #9DB381;
}
.AnyTagClassName
{
color: #9DB381;
}
</style>
background-color css
<style>
a { background-color: #9DB381; }
a { background-color: rgb(157,179,129); }
div.DivClassName
{
background-color: #9DB381;
}
.BgClassName
{
background-color: #9DB381;
}
</style>
border-color css
<style>
span { border-color: #9DB381; }
span { border-color: rgb(157,179,129); }
td.TdClassName
{
border-color: #9DB381;
}
.TagClassName
{
border-color: #9DB381;
}
</style>