Shades of Olivine #9EAF74
Tints of Olivine #9EAF74
RGB
CMYK
RGB Variations
Color information
#9EAF74 (or 0x9EAF74) is known color: Olivine. HEX triplet: 9E, AF and 74. RGB value is (158,175,116). Sum of RGB (Red+Green+Blue) = 158+175+116=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAF74 is #61508B. Grayscale: #A3A3A3. Windows color (decimal): -6377612 or 7647134. OLE color: 7647134.
HSL color Cylindrical-coordinate representation of color #9EAF74: hue angle of 77.29º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EAF74 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 175 | 116 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.31 |
| HSL | 77.29º | 0.27% | 0.57% | - |
| HSV(B) | 77.29º | 0.34% | 0.69% | - |
| XYZ | 32.58 | 39.19 | 22.37 | - |
| YUV | 163.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 116 | 0.10 | 0 | 0.34 | 0.31 | 77.29 | 0.27 | 0.57 |
| Hex | 9E | AF | 74 | A | 0 | 22 | 1F | 4D | 1B | 39 |
| Octal | 236 | 257 | 164 | 12 | 0 | 42 | 37 | 115 | 33 | 71 |
| Binary | 10011110 | 10101111 | 1110100 | 1010 | 0 | 100010 | 11111 | 1001101 | 11011 | 111001 |
Color Harmonies of #9EAF74
Complementary color
Monochromatic Colors of #9EAF74
Black with #9EAF74
Text Example
Text Example
White with #9EAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAF74; }
p { color: rgb(158,175,116); }
H1.HeaderClassName
{
color: #9EAF74;
}
.AnyTagClassName
{
color: #9EAF74;
}
</style>
background-color css
<style>
a { background-color: #9EAF74; }
a { background-color: rgb(158,175,116); }
div.DivClassName
{
background-color: #9EAF74;
}
.BgClassName
{
background-color: #9EAF74;
}
</style>
border-color css
<style>
span { border-color: #9EAF74; }
span { border-color: rgb(158,175,116); }
td.TdClassName
{
border-color: #9EAF74;
}
.TagClassName
{
border-color: #9EAF74;
}
</style>