Shades of Olivine #8FB071
Tints of Olivine #8FB071
RGB
CMYK
RGB Variations
Color information
#8FB071 (or 0x8FB071) is known color: Olivine. HEX triplet: 8F, B0 and 71. RGB value is (143,176,113). Sum of RGB (Red+Green+Blue) = 143+176+113=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #8FB071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB071 is #704F8E. Grayscale: #9F9F9F. Windows color (decimal): -7360399 or 7450767. OLE color: 7450767.
HSL color Cylindrical-coordinate representation of color #8FB071: hue angle of 91.43º 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 #8FB071 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 176 | 113 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.31 |
| HSL | 91.43º | 0.29% | 0.57% | - |
| HSV(B) | 91.43º | 0.36% | 0.69% | - |
| XYZ | 29.83 | 38.08 | 21.4 | - |
| YUV | 158.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 176 | 113 | 0.19 | 0 | 0.36 | 0.31 | 91.43 | 0.29 | 0.57 |
| Hex | 8F | B0 | 71 | 13 | 0 | 24 | 1F | 5B | 1D | 39 |
| Octal | 217 | 260 | 161 | 23 | 0 | 44 | 37 | 133 | 35 | 71 |
| Binary | 10001111 | 10110000 | 1110001 | 10011 | 0 | 100100 | 11111 | 1011011 | 11101 | 111001 |
Color Harmonies of #8FB071
Complementary color
Monochromatic Colors of #8FB071
Black with #8FB071
Text Example
Text Example
White with #8FB071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB071; }
p { color: rgb(143,176,113); }
H1.HeaderClassName
{
color: #8FB071;
}
.AnyTagClassName
{
color: #8FB071;
}
</style>
background-color css
<style>
a { background-color: #8FB071; }
a { background-color: rgb(143,176,113); }
div.DivClassName
{
background-color: #8FB071;
}
.BgClassName
{
background-color: #8FB071;
}
</style>
border-color css
<style>
span { border-color: #8FB071; }
span { border-color: rgb(143,176,113); }
td.TdClassName
{
border-color: #8FB071;
}
.TagClassName
{
border-color: #8FB071;
}
</style>