Shades of Olivine #9DBE6F
Tints of Olivine #9DBE6F
RGB
CMYK
RGB Variations
Color information
#9DBE6F (or 0x9DBE6F) is known color: Olivine. HEX triplet: 9D, BE and 6F. RGB value is (157,190,111). Sum of RGB (Red+Green+Blue) = 157+190+111=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE6F is #624190. Grayscale: #ABABAB. Windows color (decimal): -6439313 or 7323293. OLE color: 7323293.
HSL color Cylindrical-coordinate representation of color #9DBE6F: hue angle of 85.06º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DBE6F is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 111 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.25 |
| HSL | 85.06º | 0.38% | 0.59% | - |
| HSV(B) | 85.06º | 0.42% | 0.75% | - |
| XYZ | 35.19 | 45.14 | 21.9 | - |
| YUV | 171.13 | 94.07 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 111 | 0.17 | 0 | 0.42 | 0.25 | 85.06 | 0.38 | 0.59 |
| Hex | 9D | BE | 6F | 11 | 0 | 2A | 19 | 55 | 26 | 3B |
| Octal | 235 | 276 | 157 | 21 | 0 | 52 | 31 | 125 | 46 | 73 |
| Binary | 10011101 | 10111110 | 1101111 | 10001 | 0 | 101010 | 11001 | 1010101 | 100110 | 111011 |
Color Harmonies of #9DBE6F
Complementary color
Monochromatic Colors of #9DBE6F
Black with #9DBE6F
Text Example
Text Example
White with #9DBE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE6F; }
p { color: rgb(157,190,111); }
H1.HeaderClassName
{
color: #9DBE6F;
}
.AnyTagClassName
{
color: #9DBE6F;
}
</style>
background-color css
<style>
a { background-color: #9DBE6F; }
a { background-color: rgb(157,190,111); }
div.DivClassName
{
background-color: #9DBE6F;
}
.BgClassName
{
background-color: #9DBE6F;
}
</style>
border-color css
<style>
span { border-color: #9DBE6F; }
span { border-color: rgb(157,190,111); }
td.TdClassName
{
border-color: #9DBE6F;
}
.TagClassName
{
border-color: #9DBE6F;
}
</style>