Shades of Olivine #8EB873
Tints of Olivine #8EB873
RGB
CMYK
RGB Variations
Color information
#8EB873 (or 0x8EB873) is known color: Olivine. HEX triplet: 8E, B8 and 73. RGB value is (142,184,115). Sum of RGB (Red+Green+Blue) = 142+184+115=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB873 is #71478C. Grayscale: #A3A3A3. Windows color (decimal): -7423885 or 7583886. OLE color: 7583886.
HSL color Cylindrical-coordinate representation of color #8EB873: hue angle of 96.52º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EB873 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 184 | 115 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.28 |
| HSL | 96.52º | 0.33% | 0.59% | - |
| HSV(B) | 96.52º | 0.38% | 0.72% | - |
| XYZ | 31.39 | 41.27 | 22.53 | - |
| YUV | 163.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 184 | 115 | 0.23 | 0 | 0.38 | 0.28 | 96.52 | 0.33 | 0.59 |
| Hex | 8E | B8 | 73 | 17 | 0 | 26 | 1C | 61 | 21 | 3B |
| Octal | 216 | 270 | 163 | 27 | 0 | 46 | 34 | 141 | 41 | 73 |
| Binary | 10001110 | 10111000 | 1110011 | 10111 | 0 | 100110 | 11100 | 1100001 | 100001 | 111011 |
Color Harmonies of #8EB873
Complementary color
Monochromatic Colors of #8EB873
Black with #8EB873
Text Example
Text Example
White with #8EB873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB873; }
p { color: rgb(142,184,115); }
H1.HeaderClassName
{
color: #8EB873;
}
.AnyTagClassName
{
color: #8EB873;
}
</style>
background-color css
<style>
a { background-color: #8EB873; }
a { background-color: rgb(142,184,115); }
div.DivClassName
{
background-color: #8EB873;
}
.BgClassName
{
background-color: #8EB873;
}
</style>
border-color css
<style>
span { border-color: #8EB873; }
span { border-color: rgb(142,184,115); }
td.TdClassName
{
border-color: #8EB873;
}
.TagClassName
{
border-color: #8EB873;
}
</style>