Shades of Olivine #8FA87A
Tints of Olivine #8FA87A
RGB
CMYK
RGB Variations
Color information
#8FA87A (or 0x8FA87A) is known color: Olivine. HEX triplet: 8F, A8 and 7A. RGB value is (143,168,122). Sum of RGB (Red+Green+Blue) = 143+168+122=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA87A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA87A is #705785. Grayscale: #9B9B9B. Windows color (decimal): -7362438 or 8038543. OLE color: 8038543.
HSL color Cylindrical-coordinate representation of color #8FA87A: hue angle of 92.61º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FA87A is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 168 | 122 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.34 |
| HSL | 92.61º | 0.21% | 0.57% | - |
| HSV(B) | 92.61º | 0.27% | 0.66% | - |
| XYZ | 28.84 | 35.25 | 23.7 | - |
| YUV | 155.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 122 | 0.15 | 0 | 0.27 | 0.34 | 92.61 | 0.21 | 0.57 |
| Hex | 8F | A8 | 7A | F | 0 | 1B | 22 | 5D | 15 | 39 |
| Octal | 217 | 250 | 172 | 17 | 0 | 33 | 42 | 135 | 25 | 71 |
| Binary | 10001111 | 10101000 | 1111010 | 1111 | 0 | 11011 | 100010 | 1011101 | 10101 | 111001 |
Color Harmonies of #8FA87A
Complementary color
Monochromatic Colors of #8FA87A
Black with #8FA87A
Text Example
Text Example
White with #8FA87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA87A; }
p { color: rgb(143,168,122); }
H1.HeaderClassName
{
color: #8FA87A;
}
.AnyTagClassName
{
color: #8FA87A;
}
</style>
background-color css
<style>
a { background-color: #8FA87A; }
a { background-color: rgb(143,168,122); }
div.DivClassName
{
background-color: #8FA87A;
}
.BgClassName
{
background-color: #8FA87A;
}
</style>
border-color css
<style>
span { border-color: #8FA87A; }
span { border-color: rgb(143,168,122); }
td.TdClassName
{
border-color: #8FA87A;
}
.TagClassName
{
border-color: #8FA87A;
}
</style>