Shades of Olivine #9EB27E
Tints of Olivine #9EB27E
RGB
CMYK
RGB Variations
Color information
#9EB27E (or 0x9EB27E) is known color: Olivine. HEX triplet: 9E, B2 and 7E. RGB value is (158,178,126). Sum of RGB (Red+Green+Blue) = 158+178+126=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EB27E is #614D81. Grayscale: #A6A6A6. Windows color (decimal): -6376834 or 8303262. OLE color: 8303262.
HSL color Cylindrical-coordinate representation of color #9EB27E: hue angle of 83.08º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EB27E is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 178 | 126 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.30 |
| HSL | 83.08º | 0.25% | 0.6% | - |
| HSV(B) | 83.08º | 0.29% | 0.7% | - |
| XYZ | 33.79 | 40.62 | 25.8 | - |
| YUV | 166.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 178 | 126 | 0.11 | 0 | 0.29 | 0.30 | 83.08 | 0.25 | 0.6 |
| Hex | 9E | B2 | 7E | B | 0 | 1D | 1E | 53 | 19 | 3C |
| Octal | 236 | 262 | 176 | 13 | 0 | 35 | 36 | 123 | 31 | 74 |
| Binary | 10011110 | 10110010 | 1111110 | 1011 | 0 | 11101 | 11110 | 1010011 | 11001 | 111100 |
Color Harmonies of #9EB27E
Complementary color
Monochromatic Colors of #9EB27E
Black with #9EB27E
Text Example
Text Example
White with #9EB27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB27E; }
p { color: rgb(158,178,126); }
H1.HeaderClassName
{
color: #9EB27E;
}
.AnyTagClassName
{
color: #9EB27E;
}
</style>
background-color css
<style>
a { background-color: #9EB27E; }
a { background-color: rgb(158,178,126); }
div.DivClassName
{
background-color: #9EB27E;
}
.BgClassName
{
background-color: #9EB27E;
}
</style>
border-color css
<style>
span { border-color: #9EB27E; }
span { border-color: rgb(158,178,126); }
td.TdClassName
{
border-color: #9EB27E;
}
.TagClassName
{
border-color: #9EB27E;
}
</style>