Shades of Olivine #8FB171
Tints of Olivine #8FB171
RGB
CMYK
RGB Variations
Color information
#8FB171 (or 0x8FB171) is known color: Olivine. HEX triplet: 8F, B1 and 71. RGB value is (143,177,113). Sum of RGB (Red+Green+Blue) = 143+177+113=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB171 is #704E8E. Grayscale: #9F9F9F. Windows color (decimal): -7360143 or 7451023. OLE color: 7451023.
HSL color Cylindrical-coordinate representation of color #8FB171: hue angle of 91.88º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FB171 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 177 | 113 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.31 |
| HSL | 91.88º | 0.29% | 0.57% | - |
| HSV(B) | 91.88º | 0.36% | 0.69% | - |
| XYZ | 30.03 | 38.48 | 21.47 | - |
| YUV | 159.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 177 | 113 | 0.19 | 0 | 0.36 | 0.31 | 91.88 | 0.29 | 0.57 |
| Hex | 8F | B1 | 71 | 13 | 0 | 24 | 1F | 5C | 1D | 39 |
| Octal | 217 | 261 | 161 | 23 | 0 | 44 | 37 | 134 | 35 | 71 |
| Binary | 10001111 | 10110001 | 1110001 | 10011 | 0 | 100100 | 11111 | 1011100 | 11101 | 111001 |
Color Harmonies of #8FB171
Complementary color
Monochromatic Colors of #8FB171
Black with #8FB171
Text Example
Text Example
White with #8FB171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB171; }
p { color: rgb(143,177,113); }
H1.HeaderClassName
{
color: #8FB171;
}
.AnyTagClassName
{
color: #8FB171;
}
</style>
background-color css
<style>
a { background-color: #8FB171; }
a { background-color: rgb(143,177,113); }
div.DivClassName
{
background-color: #8FB171;
}
.BgClassName
{
background-color: #8FB171;
}
</style>
border-color css
<style>
span { border-color: #8FB171; }
span { border-color: rgb(143,177,113); }
td.TdClassName
{
border-color: #8FB171;
}
.TagClassName
{
border-color: #8FB171;
}
</style>