Shades of Olivine #9DBE73
Tints of Olivine #9DBE73
RGB
CMYK
RGB Variations
Color information
#9DBE73 (or 0x9DBE73) is known color: Olivine. HEX triplet: 9D, BE and 73. RGB value is (157,190,115). Sum of RGB (Red+Green+Blue) = 157+190+115=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE73 is #62418C. Grayscale: #ABABAB. Windows color (decimal): -6439309 or 7585437. OLE color: 7585437.
HSL color Cylindrical-coordinate representation of color #9DBE73: hue angle of 86.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DBE73 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 115 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.25 |
| HSL | 86.4º | 0.37% | 0.6% | - |
| HSV(B) | 86.4º | 0.39% | 0.75% | - |
| XYZ | 35.41 | 45.23 | 23.08 | - |
| YUV | 171.58 | 96.07 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 115 | 0.17 | 0 | 0.39 | 0.25 | 86.4 | 0.37 | 0.6 |
| Hex | 9D | BE | 73 | 11 | 0 | 27 | 19 | 56 | 25 | 3C |
| Octal | 235 | 276 | 163 | 21 | 0 | 47 | 31 | 126 | 45 | 74 |
| Binary | 10011101 | 10111110 | 1110011 | 10001 | 0 | 100111 | 11001 | 1010110 | 100101 | 111100 |
Color Harmonies of #9DBE73
Complementary color
Monochromatic Colors of #9DBE73
Black with #9DBE73
Text Example
Text Example
White with #9DBE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE73; }
p { color: rgb(157,190,115); }
H1.HeaderClassName
{
color: #9DBE73;
}
.AnyTagClassName
{
color: #9DBE73;
}
</style>
background-color css
<style>
a { background-color: #9DBE73; }
a { background-color: rgb(157,190,115); }
div.DivClassName
{
background-color: #9DBE73;
}
.BgClassName
{
background-color: #9DBE73;
}
</style>
border-color css
<style>
span { border-color: #9DBE73; }
span { border-color: rgb(157,190,115); }
td.TdClassName
{
border-color: #9DBE73;
}
.TagClassName
{
border-color: #9DBE73;
}
</style>