Shades of Olivine #8EBB7D
Tints of Olivine #8EBB7D
RGB
CMYK
RGB Variations
Color information
#8EBB7D (or 0x8EBB7D) is known color: Olivine. HEX triplet: 8E, BB and 7D. RGB value is (142,187,125). Sum of RGB (Red+Green+Blue) = 142+187+125=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBB7D is #714482. Grayscale: #A6A6A6. Windows color (decimal): -7423107 or 8240014. OLE color: 8240014.
HSL color Cylindrical-coordinate representation of color #8EBB7D: hue angle of 103.55º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EBB7D is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 187 | 125 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.27 |
| HSL | 103.55º | 0.31% | 0.61% | - |
| HSV(B) | 103.55º | 0.33% | 0.73% | - |
| XYZ | 32.63 | 42.77 | 25.94 | - |
| YUV | 166.48 | 104.59 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 187 | 125 | 0.24 | 0 | 0.33 | 0.27 | 103.55 | 0.31 | 0.61 |
| Hex | 8E | BB | 7D | 18 | 0 | 21 | 1B | 68 | 1F | 3D |
| Octal | 216 | 273 | 175 | 30 | 0 | 41 | 33 | 150 | 37 | 75 |
| Binary | 10001110 | 10111011 | 1111101 | 11000 | 0 | 100001 | 11011 | 1101000 | 11111 | 111101 |
Color Harmonies of #8EBB7D
Complementary color
Monochromatic Colors of #8EBB7D
Black with #8EBB7D
Text Example
Text Example
White with #8EBB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBB7D; }
p { color: rgb(142,187,125); }
H1.HeaderClassName
{
color: #8EBB7D;
}
.AnyTagClassName
{
color: #8EBB7D;
}
</style>
background-color css
<style>
a { background-color: #8EBB7D; }
a { background-color: rgb(142,187,125); }
div.DivClassName
{
background-color: #8EBB7D;
}
.BgClassName
{
background-color: #8EBB7D;
}
</style>
border-color css
<style>
span { border-color: #8EBB7D; }
span { border-color: rgb(142,187,125); }
td.TdClassName
{
border-color: #8EBB7D;
}
.TagClassName
{
border-color: #8EBB7D;
}
</style>