Shades of Olivine #9EAE7B
Tints of Olivine #9EAE7B
RGB
CMYK
RGB Variations
Color information
#9EAE7B (or 0x9EAE7B) is known color: Olivine. HEX triplet: 9E, AE and 7B. RGB value is (158,174,123). Sum of RGB (Red+Green+Blue) = 158+174+123=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAE7B is #615184. Grayscale: #A3A3A3. Windows color (decimal): -6377861 or 8105630. OLE color: 8105630.
HSL color Cylindrical-coordinate representation of color #9EAE7B: hue angle of 78.82º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EAE7B is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 174 | 123 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.32 |
| HSL | 78.82º | 0.24% | 0.58% | - |
| HSV(B) | 78.82º | 0.29% | 0.68% | - |
| XYZ | 32.81 | 38.97 | 24.53 | - |
| YUV | 163.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 174 | 123 | 0.09 | 0 | 0.29 | 0.32 | 78.82 | 0.24 | 0.58 |
| Hex | 9E | AE | 7B | 9 | 0 | 1D | 20 | 4F | 18 | 3A |
| Octal | 236 | 256 | 173 | 11 | 0 | 35 | 40 | 117 | 30 | 72 |
| Binary | 10011110 | 10101110 | 1111011 | 1001 | 0 | 11101 | 100000 | 1001111 | 11000 | 111010 |
Color Harmonies of #9EAE7B
Complementary color
Monochromatic Colors of #9EAE7B
Black with #9EAE7B
Text Example
Text Example
White with #9EAE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAE7B; }
p { color: rgb(158,174,123); }
H1.HeaderClassName
{
color: #9EAE7B;
}
.AnyTagClassName
{
color: #9EAE7B;
}
</style>
background-color css
<style>
a { background-color: #9EAE7B; }
a { background-color: rgb(158,174,123); }
div.DivClassName
{
background-color: #9EAE7B;
}
.BgClassName
{
background-color: #9EAE7B;
}
</style>
border-color css
<style>
span { border-color: #9EAE7B; }
span { border-color: rgb(158,174,123); }
td.TdClassName
{
border-color: #9EAE7B;
}
.TagClassName
{
border-color: #9EAE7B;
}
</style>