Shades of Olivine #9DBE77
Tints of Olivine #9DBE77
RGB
CMYK
RGB Variations
Color information
#9DBE77 (or 0x9DBE77) is known color: Olivine. HEX triplet: 9D, BE and 77. RGB value is (157,190,119). Sum of RGB (Red+Green+Blue) = 157+190+119=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE77 is #624188. Grayscale: #ACACAC. Windows color (decimal): -6439305 or 7847581. OLE color: 7847581.
HSL color Cylindrical-coordinate representation of color #9DBE77: hue angle of 87.89º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DBE77 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 119 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.25 |
| HSL | 87.89º | 0.35% | 0.61% | - |
| HSV(B) | 87.89º | 0.37% | 0.75% | - |
| XYZ | 35.65 | 45.33 | 24.32 | - |
| YUV | 172.04 | 98.07 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 119 | 0.17 | 0 | 0.37 | 0.25 | 87.89 | 0.35 | 0.61 |
| Hex | 9D | BE | 77 | 11 | 0 | 25 | 19 | 58 | 23 | 3D |
| Octal | 235 | 276 | 167 | 21 | 0 | 45 | 31 | 130 | 43 | 75 |
| Binary | 10011101 | 10111110 | 1110111 | 10001 | 0 | 100101 | 11001 | 1011000 | 100011 | 111101 |
Color Harmonies of #9DBE77
Complementary color
Monochromatic Colors of #9DBE77
Black with #9DBE77
Text Example
Text Example
White with #9DBE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE77; }
p { color: rgb(157,190,119); }
H1.HeaderClassName
{
color: #9DBE77;
}
.AnyTagClassName
{
color: #9DBE77;
}
</style>
background-color css
<style>
a { background-color: #9DBE77; }
a { background-color: rgb(157,190,119); }
div.DivClassName
{
background-color: #9DBE77;
}
.BgClassName
{
background-color: #9DBE77;
}
</style>
border-color css
<style>
span { border-color: #9DBE77; }
span { border-color: rgb(157,190,119); }
td.TdClassName
{
border-color: #9DBE77;
}
.TagClassName
{
border-color: #9DBE77;
}
</style>