Shades of Olivine #8FB271
Tints of Olivine #8FB271
RGB
CMYK
RGB Variations
Color information
#8FB271 (or 0x8FB271) is known color: Olivine. HEX triplet: 8F, B2 and 71. RGB value is (143,178,113). Sum of RGB (Red+Green+Blue) = 143+178+113=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #8FB271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB271 is #704D8E. Grayscale: #A0A0A0. Windows color (decimal): -7359887 or 7451279. OLE color: 7451279.
HSL color Cylindrical-coordinate representation of color #8FB271: hue angle of 92.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FB271 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 178 | 113 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.30 |
| HSL | 92.31º | 0.3% | 0.57% | - |
| HSV(B) | 92.31º | 0.37% | 0.7% | - |
| XYZ | 30.23 | 38.87 | 21.53 | - |
| YUV | 160.13 | 101.4 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 178 | 113 | 0.20 | 0 | 0.37 | 0.30 | 92.31 | 0.3 | 0.57 |
| Hex | 8F | B2 | 71 | 14 | 0 | 25 | 1E | 5C | 1E | 39 |
| Octal | 217 | 262 | 161 | 24 | 0 | 45 | 36 | 134 | 36 | 71 |
| Binary | 10001111 | 10110010 | 1110001 | 10100 | 0 | 100101 | 11110 | 1011100 | 11110 | 111001 |
Color Harmonies of #8FB271
Complementary color
Monochromatic Colors of #8FB271
Black with #8FB271
Text Example
Text Example
White with #8FB271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB271; }
p { color: rgb(143,178,113); }
H1.HeaderClassName
{
color: #8FB271;
}
.AnyTagClassName
{
color: #8FB271;
}
</style>
background-color css
<style>
a { background-color: #8FB271; }
a { background-color: rgb(143,178,113); }
div.DivClassName
{
background-color: #8FB271;
}
.BgClassName
{
background-color: #8FB271;
}
</style>
border-color css
<style>
span { border-color: #8FB271; }
span { border-color: rgb(143,178,113); }
td.TdClassName
{
border-color: #8FB271;
}
.TagClassName
{
border-color: #8FB271;
}
</style>