Shades of Olivine #8FBC70
Tints of Olivine #8FBC70
RGB
CMYK
RGB Variations
Color information
#8FBC70 (or 0x8FBC70) is known color: Olivine. HEX triplet: 8F, BC and 70. RGB value is (143,188,112). Sum of RGB (Red+Green+Blue) = 143+188+112=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC70 is #70438F. Grayscale: #A6A6A6. Windows color (decimal): -7357328 or 7388303. OLE color: 7388303.
HSL color Cylindrical-coordinate representation of color #8FBC70: hue angle of 95.53º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FBC70 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 112 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.26 |
| HSL | 95.53º | 0.36% | 0.59% | - |
| HSV(B) | 95.53º | 0.4% | 0.74% | - |
| XYZ | 32.24 | 42.98 | 21.93 | - |
| YUV | 165.88 | 97.59 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 112 | 0.24 | 0 | 0.40 | 0.26 | 95.53 | 0.36 | 0.59 |
| Hex | 8F | BC | 70 | 18 | 0 | 28 | 1A | 60 | 24 | 3B |
| Octal | 217 | 274 | 160 | 30 | 0 | 50 | 32 | 140 | 44 | 73 |
| Binary | 10001111 | 10111100 | 1110000 | 11000 | 0 | 101000 | 11010 | 1100000 | 100100 | 111011 |
Color Harmonies of #8FBC70
Complementary color
Monochromatic Colors of #8FBC70
Black with #8FBC70
Text Example
Text Example
White with #8FBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC70; }
p { color: rgb(143,188,112); }
H1.HeaderClassName
{
color: #8FBC70;
}
.AnyTagClassName
{
color: #8FBC70;
}
</style>
background-color css
<style>
a { background-color: #8FBC70; }
a { background-color: rgb(143,188,112); }
div.DivClassName
{
background-color: #8FBC70;
}
.BgClassName
{
background-color: #8FBC70;
}
</style>
border-color css
<style>
span { border-color: #8FBC70; }
span { border-color: rgb(143,188,112); }
td.TdClassName
{
border-color: #8FBC70;
}
.TagClassName
{
border-color: #8FBC70;
}
</style>