Shades of Olivine #8FB375
Tints of Olivine #8FB375
RGB
CMYK
RGB Variations
Color information
#8FB375 (or 0x8FB375) is known color: Olivine. HEX triplet: 8F, B3 and 75. RGB value is (143,179,117). Sum of RGB (Red+Green+Blue) = 143+179+117=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB375 is #704C8A. Grayscale: #A1A1A1. Windows color (decimal): -7359627 or 7713679. OLE color: 7713679.
HSL color Cylindrical-coordinate representation of color #8FB375: hue angle of 94.84º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FB375 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 117 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.30 |
| HSL | 94.84º | 0.29% | 0.58% | - |
| HSV(B) | 94.84º | 0.35% | 0.7% | - |
| XYZ | 30.66 | 39.36 | 22.81 | - |
| YUV | 161.17 | 103.07 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 117 | 0.20 | 0 | 0.35 | 0.30 | 94.84 | 0.29 | 0.58 |
| Hex | 8F | B3 | 75 | 14 | 0 | 23 | 1E | 5F | 1D | 3A |
| Octal | 217 | 263 | 165 | 24 | 0 | 43 | 36 | 137 | 35 | 72 |
| Binary | 10001111 | 10110011 | 1110101 | 10100 | 0 | 100011 | 11110 | 1011111 | 11101 | 111010 |
Color Harmonies of #8FB375
Complementary color
Monochromatic Colors of #8FB375
Black with #8FB375
Text Example
Text Example
White with #8FB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB375; }
p { color: rgb(143,179,117); }
H1.HeaderClassName
{
color: #8FB375;
}
.AnyTagClassName
{
color: #8FB375;
}
</style>
background-color css
<style>
a { background-color: #8FB375; }
a { background-color: rgb(143,179,117); }
div.DivClassName
{
background-color: #8FB375;
}
.BgClassName
{
background-color: #8FB375;
}
</style>
border-color css
<style>
span { border-color: #8FB375; }
span { border-color: rgb(143,179,117); }
td.TdClassName
{
border-color: #8FB375;
}
.TagClassName
{
border-color: #8FB375;
}
</style>