Shades of Olivine #8FBE70
Tints of Olivine #8FBE70
RGB
CMYK
RGB Variations
Color information
#8FBE70 (or 0x8FBE70) is known color: Olivine. HEX triplet: 8F, BE and 70. RGB value is (143,190,112). Sum of RGB (Red+Green+Blue) = 143+190+112=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBE70 is #70418F. Grayscale: #A7A7A7. Windows color (decimal): -7356816 or 7388815. OLE color: 7388815.
HSL color Cylindrical-coordinate representation of color #8FBE70: hue angle of 96.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FBE70 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 112 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.25 |
| HSL | 96.15º | 0.38% | 0.59% | - |
| HSV(B) | 96.15º | 0.41% | 0.75% | - |
| XYZ | 32.67 | 43.84 | 22.07 | - |
| YUV | 167.06 | 96.93 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 112 | 0.25 | 0 | 0.41 | 0.25 | 96.15 | 0.38 | 0.59 |
| Hex | 8F | BE | 70 | 19 | 0 | 29 | 19 | 60 | 26 | 3B |
| Octal | 217 | 276 | 160 | 31 | 0 | 51 | 31 | 140 | 46 | 73 |
| Binary | 10001111 | 10111110 | 1110000 | 11001 | 0 | 101001 | 11001 | 1100000 | 100110 | 111011 |
Color Harmonies of #8FBE70
Complementary color
Monochromatic Colors of #8FBE70
Black with #8FBE70
Text Example
Text Example
White with #8FBE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBE70; }
p { color: rgb(143,190,112); }
H1.HeaderClassName
{
color: #8FBE70;
}
.AnyTagClassName
{
color: #8FBE70;
}
</style>
background-color css
<style>
a { background-color: #8FBE70; }
a { background-color: rgb(143,190,112); }
div.DivClassName
{
background-color: #8FBE70;
}
.BgClassName
{
background-color: #8FBE70;
}
</style>
border-color css
<style>
span { border-color: #8FBE70; }
span { border-color: rgb(143,190,112); }
td.TdClassName
{
border-color: #8FBE70;
}
.TagClassName
{
border-color: #8FBE70;
}
</style>