Shades of Olivine #8FB373
Tints of Olivine #8FB373
RGB
CMYK
RGB Variations
Color information
#8FB373 (or 0x8FB373) is known color: Olivine. HEX triplet: 8F, B3 and 73. RGB value is (143,179,115). Sum of RGB (Red+Green+Blue) = 143+179+115=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB373 is #704C8C. Grayscale: #A1A1A1. Windows color (decimal): -7359629 or 7582607. OLE color: 7582607.
HSL color Cylindrical-coordinate representation of color #8FB373: hue angle of 93.75º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FB373 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 115 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.30 |
| HSL | 93.75º | 0.3% | 0.58% | - |
| HSV(B) | 93.75º | 0.36% | 0.7% | - |
| XYZ | 30.54 | 39.32 | 22.2 | - |
| YUV | 160.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 115 | 0.20 | 0 | 0.36 | 0.30 | 93.75 | 0.3 | 0.58 |
| Hex | 8F | B3 | 73 | 14 | 0 | 24 | 1E | 5E | 1E | 3A |
| Octal | 217 | 263 | 163 | 24 | 0 | 44 | 36 | 136 | 36 | 72 |
| Binary | 10001111 | 10110011 | 1110011 | 10100 | 0 | 100100 | 11110 | 1011110 | 11110 | 111010 |
Color Harmonies of #8FB373
Complementary color
Monochromatic Colors of #8FB373
Black with #8FB373
Text Example
Text Example
White with #8FB373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB373; }
p { color: rgb(143,179,115); }
H1.HeaderClassName
{
color: #8FB373;
}
.AnyTagClassName
{
color: #8FB373;
}
</style>
background-color css
<style>
a { background-color: #8FB373; }
a { background-color: rgb(143,179,115); }
div.DivClassName
{
background-color: #8FB373;
}
.BgClassName
{
background-color: #8FB373;
}
</style>
border-color css
<style>
span { border-color: #8FB373; }
span { border-color: rgb(143,179,115); }
td.TdClassName
{
border-color: #8FB373;
}
.TagClassName
{
border-color: #8FB373;
}
</style>