Shades of Olivine #9DBE63
Tints of Olivine #9DBE63
RGB
CMYK
RGB Variations
Color information
#9DBE63 (or 0x9DBE63) is known color: Olivine. HEX triplet: 9D, BE and 63. RGB value is (157,190,99). Sum of RGB (Red+Green+Blue) = 157+190+99=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE63 is #62419C. Grayscale: #AAAAAA. Windows color (decimal): -6439325 or 6536861. OLE color: 6536861.
HSL color Cylindrical-coordinate representation of color #9DBE63: hue angle of 81.76º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DBE63 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 99 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.25 |
| HSL | 81.76º | 0.41% | 0.57% | - |
| HSV(B) | 81.76º | 0.48% | 0.75% | - |
| XYZ | 34.57 | 44.9 | 18.65 | - |
| YUV | 169.76 | 88.07 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 99 | 0.17 | 0 | 0.48 | 0.25 | 81.76 | 0.41 | 0.57 |
| Hex | 9D | BE | 63 | 11 | 0 | 30 | 19 | 52 | 29 | 39 |
| Octal | 235 | 276 | 143 | 21 | 0 | 60 | 31 | 122 | 51 | 71 |
| Binary | 10011101 | 10111110 | 1100011 | 10001 | 0 | 110000 | 11001 | 1010010 | 101001 | 111001 |
Color Harmonies of #9DBE63
Complementary color
Monochromatic Colors of #9DBE63
Black with #9DBE63
Text Example
Text Example
White with #9DBE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE63; }
p { color: rgb(157,190,99); }
H1.HeaderClassName
{
color: #9DBE63;
}
.AnyTagClassName
{
color: #9DBE63;
}
</style>
background-color css
<style>
a { background-color: #9DBE63; }
a { background-color: rgb(157,190,99); }
div.DivClassName
{
background-color: #9DBE63;
}
.BgClassName
{
background-color: #9DBE63;
}
</style>
border-color css
<style>
span { border-color: #9DBE63; }
span { border-color: rgb(157,190,99); }
td.TdClassName
{
border-color: #9DBE63;
}
.TagClassName
{
border-color: #9DBE63;
}
</style>