Shades of Olivine #9DBE7A
Tints of Olivine #9DBE7A
RGB
CMYK
RGB Variations
Color information
#9DBE7A (or 0x9DBE7A) is known color: Olivine. HEX triplet: 9D, BE and 7A. RGB value is (157,190,122). Sum of RGB (Red+Green+Blue) = 157+190+122=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE7A is #624185. Grayscale: #ACACAC. Windows color (decimal): -6439302 or 8044189. OLE color: 8044189.
HSL color Cylindrical-coordinate representation of color #9DBE7A: hue angle of 89.12º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DBE7A is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 122 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.25 |
| HSL | 89.12º | 0.34% | 0.61% | - |
| HSV(B) | 89.12º | 0.36% | 0.75% | - |
| XYZ | 35.83 | 45.4 | 25.29 | - |
| YUV | 172.38 | 99.57 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 122 | 0.17 | 0 | 0.36 | 0.25 | 89.12 | 0.34 | 0.61 |
| Hex | 9D | BE | 7A | 11 | 0 | 24 | 19 | 59 | 22 | 3D |
| Octal | 235 | 276 | 172 | 21 | 0 | 44 | 31 | 131 | 42 | 75 |
| Binary | 10011101 | 10111110 | 1111010 | 10001 | 0 | 100100 | 11001 | 1011001 | 100010 | 111101 |
Color Harmonies of #9DBE7A
Complementary color
Monochromatic Colors of #9DBE7A
Black with #9DBE7A
Text Example
Text Example
White with #9DBE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE7A; }
p { color: rgb(157,190,122); }
H1.HeaderClassName
{
color: #9DBE7A;
}
.AnyTagClassName
{
color: #9DBE7A;
}
</style>
background-color css
<style>
a { background-color: #9DBE7A; }
a { background-color: rgb(157,190,122); }
div.DivClassName
{
background-color: #9DBE7A;
}
.BgClassName
{
background-color: #9DBE7A;
}
</style>
border-color css
<style>
span { border-color: #9DBE7A; }
span { border-color: rgb(157,190,122); }
td.TdClassName
{
border-color: #9DBE7A;
}
.TagClassName
{
border-color: #9DBE7A;
}
</style>