Shades of Olivine #9EB17A
Tints of Olivine #9EB17A
RGB
CMYK
RGB Variations
Color information
#9EB17A (or 0x9EB17A) is known color: Olivine. HEX triplet: 9E, B1 and 7A. RGB value is (158,177,122). Sum of RGB (Red+Green+Blue) = 158+177+122=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EB17A is #614E85. Grayscale: #A5A5A5. Windows color (decimal): -6377094 or 8040862. OLE color: 8040862.
HSL color Cylindrical-coordinate representation of color #9EB17A: hue angle of 80.73º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EB17A is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 177 | 122 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.31 |
| HSL | 80.73º | 0.26% | 0.59% | - |
| HSV(B) | 80.73º | 0.31% | 0.69% | - |
| XYZ | 33.34 | 40.12 | 24.4 | - |
| YUV | 165.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 177 | 122 | 0.11 | 0 | 0.31 | 0.31 | 80.73 | 0.26 | 0.59 |
| Hex | 9E | B1 | 7A | B | 0 | 1F | 1F | 51 | 1A | 3B |
| Octal | 236 | 261 | 172 | 13 | 0 | 37 | 37 | 121 | 32 | 73 |
| Binary | 10011110 | 10110001 | 1111010 | 1011 | 0 | 11111 | 11111 | 1010001 | 11010 | 111011 |
Color Harmonies of #9EB17A
Complementary color
Monochromatic Colors of #9EB17A
Black with #9EB17A
Text Example
Text Example
White with #9EB17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB17A; }
p { color: rgb(158,177,122); }
H1.HeaderClassName
{
color: #9EB17A;
}
.AnyTagClassName
{
color: #9EB17A;
}
</style>
background-color css
<style>
a { background-color: #9EB17A; }
a { background-color: rgb(158,177,122); }
div.DivClassName
{
background-color: #9EB17A;
}
.BgClassName
{
background-color: #9EB17A;
}
</style>
border-color css
<style>
span { border-color: #9EB17A; }
span { border-color: rgb(158,177,122); }
td.TdClassName
{
border-color: #9EB17A;
}
.TagClassName
{
border-color: #9EB17A;
}
</style>