Shades of Olivine #8FB07E
Tints of Olivine #8FB07E
RGB
CMYK
RGB Variations
Color information
#8FB07E (or 0x8FB07E) is known color: Olivine. HEX triplet: 8F, B0 and 7E. RGB value is (143,176,126). Sum of RGB (Red+Green+Blue) = 143+176+126=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 176 - color contains mainly: green. Hex color #8FB07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB07E is #704F81. Grayscale: #A0A0A0. Windows color (decimal): -7360386 or 8302735. OLE color: 8302735.
HSL color Cylindrical-coordinate representation of color #8FB07E: hue angle of 99.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FB07E is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 176 | 126 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.31 |
| HSL | 99.6º | 0.24% | 0.59% | - |
| HSV(B) | 99.6º | 0.28% | 0.69% | - |
| XYZ | 30.62 | 38.4 | 25.54 | - |
| YUV | 160.43 | 108.57 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 176 | 126 | 0.19 | 0 | 0.28 | 0.31 | 99.6 | 0.24 | 0.59 |
| Hex | 8F | B0 | 7E | 13 | 0 | 1C | 1F | 64 | 18 | 3B |
| Octal | 217 | 260 | 176 | 23 | 0 | 34 | 37 | 144 | 30 | 73 |
| Binary | 10001111 | 10110000 | 1111110 | 10011 | 0 | 11100 | 11111 | 1100100 | 11000 | 111011 |
Color Harmonies of #8FB07E
Complementary color
Monochromatic Colors of #8FB07E
Black with #8FB07E
Text Example
Text Example
White with #8FB07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB07E; }
p { color: rgb(143,176,126); }
H1.HeaderClassName
{
color: #8FB07E;
}
.AnyTagClassName
{
color: #8FB07E;
}
</style>
background-color css
<style>
a { background-color: #8FB07E; }
a { background-color: rgb(143,176,126); }
div.DivClassName
{
background-color: #8FB07E;
}
.BgClassName
{
background-color: #8FB07E;
}
</style>
border-color css
<style>
span { border-color: #8FB07E; }
span { border-color: rgb(143,176,126); }
td.TdClassName
{
border-color: #8FB07E;
}
.TagClassName
{
border-color: #8FB07E;
}
</style>