Shades of Olivine #9DBE7E
Tints of Olivine #9DBE7E
RGB
CMYK
RGB Variations
Color information
#9DBE7E (or 0x9DBE7E) is known color: Olivine. HEX triplet: 9D, BE and 7E. RGB value is (157,190,126). Sum of RGB (Red+Green+Blue) = 157+190+126=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE7E is #624181. Grayscale: #ADADAD. Windows color (decimal): -6439298 or 8306333. OLE color: 8306333.
HSL color Cylindrical-coordinate representation of color #9DBE7E: hue angle of 90.94º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DBE7E is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 126 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.25 |
| HSL | 90.94º | 0.33% | 0.62% | - |
| HSV(B) | 90.94º | 0.34% | 0.75% | - |
| XYZ | 36.08 | 45.5 | 26.62 | - |
| YUV | 172.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 126 | 0.17 | 0 | 0.34 | 0.25 | 90.94 | 0.33 | 0.62 |
| Hex | 9D | BE | 7E | 11 | 0 | 22 | 19 | 5B | 21 | 3E |
| Octal | 235 | 276 | 176 | 21 | 0 | 42 | 31 | 133 | 41 | 76 |
| Binary | 10011101 | 10111110 | 1111110 | 10001 | 0 | 100010 | 11001 | 1011011 | 100001 | 111110 |
Color Harmonies of #9DBE7E
Complementary color
Monochromatic Colors of #9DBE7E
Black with #9DBE7E
Text Example
Text Example
White with #9DBE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE7E; }
p { color: rgb(157,190,126); }
H1.HeaderClassName
{
color: #9DBE7E;
}
.AnyTagClassName
{
color: #9DBE7E;
}
</style>
background-color css
<style>
a { background-color: #9DBE7E; }
a { background-color: rgb(157,190,126); }
div.DivClassName
{
background-color: #9DBE7E;
}
.BgClassName
{
background-color: #9DBE7E;
}
</style>
border-color css
<style>
span { border-color: #9DBE7E; }
span { border-color: rgb(157,190,126); }
td.TdClassName
{
border-color: #9DBE7E;
}
.TagClassName
{
border-color: #9DBE7E;
}
</style>