Shades of Olivine #9DB16E
Tints of Olivine #9DB16E
RGB
CMYK
RGB Variations
Color information
#9DB16E (or 0x9DB16E) is known color: Olivine. HEX triplet: 9D, B1 and 6E. RGB value is (157,177,110). Sum of RGB (Red+Green+Blue) = 157+177+110=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB16E is #624E91. Grayscale: #A3A3A3. Windows color (decimal): -6442642 or 7254429. OLE color: 7254429.
HSL color Cylindrical-coordinate representation of color #9DB16E: hue angle of 77.91º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DB16E is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 110 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.31 |
| HSL | 77.91º | 0.3% | 0.56% | - |
| HSV(B) | 77.91º | 0.38% | 0.69% | - |
| XYZ | 32.44 | 39.74 | 20.71 | - |
| YUV | 163.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 110 | 0.11 | 0 | 0.38 | 0.31 | 77.91 | 0.3 | 0.56 |
| Hex | 9D | B1 | 6E | B | 0 | 26 | 1F | 4E | 1E | 38 |
| Octal | 235 | 261 | 156 | 13 | 0 | 46 | 37 | 116 | 36 | 70 |
| Binary | 10011101 | 10110001 | 1101110 | 1011 | 0 | 100110 | 11111 | 1001110 | 11110 | 111000 |
Color Harmonies of #9DB16E
Complementary color
Monochromatic Colors of #9DB16E
Black with #9DB16E
Text Example
Text Example
White with #9DB16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB16E; }
p { color: rgb(157,177,110); }
H1.HeaderClassName
{
color: #9DB16E;
}
.AnyTagClassName
{
color: #9DB16E;
}
</style>
background-color css
<style>
a { background-color: #9DB16E; }
a { background-color: rgb(157,177,110); }
div.DivClassName
{
background-color: #9DB16E;
}
.BgClassName
{
background-color: #9DB16E;
}
</style>
border-color css
<style>
span { border-color: #9DB16E; }
span { border-color: rgb(157,177,110); }
td.TdClassName
{
border-color: #9DB16E;
}
.TagClassName
{
border-color: #9DB16E;
}
</style>