Shades of Olivine #8FB07F
Tints of Olivine #8FB07F
RGB
CMYK
RGB Variations
Color information
#8FB07F (or 0x8FB07F) is known color: Olivine. HEX triplet: 8F, B0 and 7F. RGB value is (143,176,127). Sum of RGB (Red+Green+Blue) = 143+176+127=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 176 - color contains mainly: green. Hex color #8FB07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB07F is #704F80. Grayscale: #A0A0A0. Windows color (decimal): -7360385 or 8368271. OLE color: 8368271.
HSL color Cylindrical-coordinate representation of color #8FB07F: hue angle of 100.41º 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 #8FB07F is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 176 | 127 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.31 |
| HSL | 100.41º | 0.24% | 0.59% | - |
| HSV(B) | 100.41º | 0.28% | 0.69% | - |
| XYZ | 30.68 | 38.42 | 25.88 | - |
| YUV | 160.55 | 109.07 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 176 | 127 | 0.19 | 0 | 0.28 | 0.31 | 100.41 | 0.24 | 0.59 |
| Hex | 8F | B0 | 7F | 13 | 0 | 1C | 1F | 64 | 18 | 3B |
| Octal | 217 | 260 | 177 | 23 | 0 | 34 | 37 | 144 | 30 | 73 |
| Binary | 10001111 | 10110000 | 1111111 | 10011 | 0 | 11100 | 11111 | 1100100 | 11000 | 111011 |
Color Harmonies of #8FB07F
Complementary color
Monochromatic Colors of #8FB07F
Black with #8FB07F
Text Example
Text Example
White with #8FB07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB07F; }
p { color: rgb(143,176,127); }
H1.HeaderClassName
{
color: #8FB07F;
}
.AnyTagClassName
{
color: #8FB07F;
}
</style>
background-color css
<style>
a { background-color: #8FB07F; }
a { background-color: rgb(143,176,127); }
div.DivClassName
{
background-color: #8FB07F;
}
.BgClassName
{
background-color: #8FB07F;
}
</style>
border-color css
<style>
span { border-color: #8FB07F; }
span { border-color: rgb(143,176,127); }
td.TdClassName
{
border-color: #8FB07F;
}
.TagClassName
{
border-color: #8FB07F;
}
</style>