Shades of Olivine #9DBE5E
Tints of Olivine #9DBE5E
RGB
CMYK
RGB Variations
Color information
#9DBE5E (or 0x9DBE5E) is known color: Olivine. HEX triplet: 9D, BE and 5E. RGB value is (157,190,94). Sum of RGB (Red+Green+Blue) = 157+190+94=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE5E is #6241A1. Grayscale: #A9A9A9. Windows color (decimal): -6439330 or 6209181. OLE color: 6209181.
HSL color Cylindrical-coordinate representation of color #9DBE5E: hue angle of 80.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DBE5E is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 94 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.25 |
| HSL | 80.63º | 0.42% | 0.56% | - |
| HSV(B) | 80.63º | 0.51% | 0.75% | - |
| XYZ | 34.34 | 44.8 | 17.43 | - |
| YUV | 169.19 | 85.57 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 94 | 0.17 | 0 | 0.51 | 0.25 | 80.63 | 0.42 | 0.56 |
| Hex | 9D | BE | 5E | 11 | 0 | 33 | 19 | 51 | 2A | 38 |
| Octal | 235 | 276 | 136 | 21 | 0 | 63 | 31 | 121 | 52 | 70 |
| Binary | 10011101 | 10111110 | 1011110 | 10001 | 0 | 110011 | 11001 | 1010001 | 101010 | 111000 |
Color Harmonies of #9DBE5E
Complementary color
Monochromatic Colors of #9DBE5E
Black with #9DBE5E
Text Example
Text Example
White with #9DBE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE5E; }
p { color: rgb(157,190,94); }
H1.HeaderClassName
{
color: #9DBE5E;
}
.AnyTagClassName
{
color: #9DBE5E;
}
</style>
background-color css
<style>
a { background-color: #9DBE5E; }
a { background-color: rgb(157,190,94); }
div.DivClassName
{
background-color: #9DBE5E;
}
.BgClassName
{
background-color: #9DBE5E;
}
</style>
border-color css
<style>
span { border-color: #9DBE5E; }
span { border-color: rgb(157,190,94); }
td.TdClassName
{
border-color: #9DBE5E;
}
.TagClassName
{
border-color: #9DBE5E;
}
</style>