Shades of Olivine #8FB471
Tints of Olivine #8FB471
RGB
CMYK
RGB Variations
Color information
#8FB471 (or 0x8FB471) is known color: Olivine. HEX triplet: 8F, B4 and 71. RGB value is (143,180,113). Sum of RGB (Red+Green+Blue) = 143+180+113=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB471 is #704B8E. Grayscale: #A1A1A1. Windows color (decimal): -7359375 or 7451791. OLE color: 7451791.
HSL color Cylindrical-coordinate representation of color #8FB471: hue angle of 93.13º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FB471 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 113 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.29 |
| HSL | 93.13º | 0.31% | 0.57% | - |
| HSV(B) | 93.13º | 0.37% | 0.71% | - |
| XYZ | 30.63 | 39.67 | 21.67 | - |
| YUV | 161.3 | 100.74 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 113 | 0.21 | 0 | 0.37 | 0.29 | 93.13 | 0.31 | 0.57 |
| Hex | 8F | B4 | 71 | 15 | 0 | 25 | 1D | 5D | 1F | 39 |
| Octal | 217 | 264 | 161 | 25 | 0 | 45 | 35 | 135 | 37 | 71 |
| Binary | 10001111 | 10110100 | 1110001 | 10101 | 0 | 100101 | 11101 | 1011101 | 11111 | 111001 |
Color Harmonies of #8FB471
Complementary color
Monochromatic Colors of #8FB471
Black with #8FB471
Text Example
Text Example
White with #8FB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB471; }
p { color: rgb(143,180,113); }
H1.HeaderClassName
{
color: #8FB471;
}
.AnyTagClassName
{
color: #8FB471;
}
</style>
background-color css
<style>
a { background-color: #8FB471; }
a { background-color: rgb(143,180,113); }
div.DivClassName
{
background-color: #8FB471;
}
.BgClassName
{
background-color: #8FB471;
}
</style>
border-color css
<style>
span { border-color: #8FB471; }
span { border-color: rgb(143,180,113); }
td.TdClassName
{
border-color: #8FB471;
}
.TagClassName
{
border-color: #8FB471;
}
</style>