Shades of Olivine #8FBE6E
Tints of Olivine #8FBE6E
RGB
CMYK
RGB Variations
Color information
#8FBE6E (or 0x8FBE6E) is known color: Olivine. HEX triplet: 8F, BE and 6E. RGB value is (143,190,110). Sum of RGB (Red+Green+Blue) = 143+190+110=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBE6E is #704191. Grayscale: #A7A7A7. Windows color (decimal): -7356818 or 7257743. OLE color: 7257743.
HSL color Cylindrical-coordinate representation of color #8FBE6E: hue angle of 95.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FBE6E is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 110 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.25 |
| HSL | 95.25º | 0.38% | 0.59% | - |
| HSV(B) | 95.25º | 0.42% | 0.75% | - |
| XYZ | 32.56 | 43.79 | 21.49 | - |
| YUV | 166.83 | 95.93 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 110 | 0.25 | 0 | 0.42 | 0.25 | 95.25 | 0.38 | 0.59 |
| Hex | 8F | BE | 6E | 19 | 0 | 2A | 19 | 5F | 26 | 3B |
| Octal | 217 | 276 | 156 | 31 | 0 | 52 | 31 | 137 | 46 | 73 |
| Binary | 10001111 | 10111110 | 1101110 | 11001 | 0 | 101010 | 11001 | 1011111 | 100110 | 111011 |
Color Harmonies of #8FBE6E
Complementary color
Monochromatic Colors of #8FBE6E
Black with #8FBE6E
Text Example
Text Example
White with #8FBE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBE6E; }
p { color: rgb(143,190,110); }
H1.HeaderClassName
{
color: #8FBE6E;
}
.AnyTagClassName
{
color: #8FBE6E;
}
</style>
background-color css
<style>
a { background-color: #8FBE6E; }
a { background-color: rgb(143,190,110); }
div.DivClassName
{
background-color: #8FBE6E;
}
.BgClassName
{
background-color: #8FBE6E;
}
</style>
border-color css
<style>
span { border-color: #8FBE6E; }
span { border-color: rgb(143,190,110); }
td.TdClassName
{
border-color: #8FBE6E;
}
.TagClassName
{
border-color: #8FBE6E;
}
</style>