Shades of Olivine #8EBD65
Tints of Olivine #8EBD65
RGB
CMYK
RGB Variations
Color information
#8EBD65 (or 0x8EBD65) is known color: Olivine. HEX triplet: 8E, BD and 65. RGB value is (142,189,101). Sum of RGB (Red+Green+Blue) = 142+189+101=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBD65 is #71429A. Grayscale: #A5A5A5. Windows color (decimal): -7422619 or 6667662. OLE color: 6667662.
HSL color Cylindrical-coordinate representation of color #8EBD65: hue angle of 92.05º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8EBD65 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 101 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.26 |
| HSL | 92.05º | 0.4% | 0.57% | - |
| HSV(B) | 92.05º | 0.47% | 0.74% | - |
| XYZ | 31.7 | 43.09 | 18.96 | - |
| YUV | 164.92 | 91.93 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 101 | 0.25 | 0 | 0.47 | 0.26 | 92.05 | 0.4 | 0.57 |
| Hex | 8E | BD | 65 | 19 | 0 | 2F | 1A | 5C | 28 | 39 |
| Octal | 216 | 275 | 145 | 31 | 0 | 57 | 32 | 134 | 50 | 71 |
| Binary | 10001110 | 10111101 | 1100101 | 11001 | 0 | 101111 | 11010 | 1011100 | 101000 | 111001 |
Color Harmonies of #8EBD65
Complementary color
Monochromatic Colors of #8EBD65
Black with #8EBD65
Text Example
Text Example
White with #8EBD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBD65; }
p { color: rgb(142,189,101); }
H1.HeaderClassName
{
color: #8EBD65;
}
.AnyTagClassName
{
color: #8EBD65;
}
</style>
background-color css
<style>
a { background-color: #8EBD65; }
a { background-color: rgb(142,189,101); }
div.DivClassName
{
background-color: #8EBD65;
}
.BgClassName
{
background-color: #8EBD65;
}
</style>
border-color css
<style>
span { border-color: #8EBD65; }
span { border-color: rgb(142,189,101); }
td.TdClassName
{
border-color: #8EBD65;
}
.TagClassName
{
border-color: #8EBD65;
}
</style>