Shades of Olivine #9EBE69
Tints of Olivine #9EBE69
RGB
CMYK
RGB Variations
Color information
#9EBE69 (or 0x9EBE69) is known color: Olivine. HEX triplet: 9E, BE and 69. RGB value is (158,190,105). Sum of RGB (Red+Green+Blue) = 158+190+105=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE69 is #614196. Grayscale: #ABABAB. Windows color (decimal): -6373783 or 6930078. OLE color: 6930078.
HSL color Cylindrical-coordinate representation of color #9EBE69: hue angle of 82.59º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EBE69 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 190 | 105 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.25 |
| HSL | 82.59º | 0.4% | 0.58% | - |
| HSV(B) | 82.59º | 0.45% | 0.75% | - |
| XYZ | 35.06 | 45.12 | 20.22 | - |
| YUV | 170.74 | 90.9 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 190 | 105 | 0.17 | 0 | 0.45 | 0.25 | 82.59 | 0.4 | 0.58 |
| Hex | 9E | BE | 69 | 11 | 0 | 2D | 19 | 53 | 28 | 3A |
| Octal | 236 | 276 | 151 | 21 | 0 | 55 | 31 | 123 | 50 | 72 |
| Binary | 10011110 | 10111110 | 1101001 | 10001 | 0 | 101101 | 11001 | 1010011 | 101000 | 111010 |
Color Harmonies of #9EBE69
Complementary color
Monochromatic Colors of #9EBE69
Black with #9EBE69
Text Example
Text Example
White with #9EBE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBE69; }
p { color: rgb(158,190,105); }
H1.HeaderClassName
{
color: #9EBE69;
}
.AnyTagClassName
{
color: #9EBE69;
}
</style>
background-color css
<style>
a { background-color: #9EBE69; }
a { background-color: rgb(158,190,105); }
div.DivClassName
{
background-color: #9EBE69;
}
.BgClassName
{
background-color: #9EBE69;
}
</style>
border-color css
<style>
span { border-color: #9EBE69; }
span { border-color: rgb(158,190,105); }
td.TdClassName
{
border-color: #9EBE69;
}
.TagClassName
{
border-color: #9EBE69;
}
</style>