Shades of Olivine #8FA47C
Tints of Olivine #8FA47C
RGB
CMYK
RGB Variations
Color information
#8FA47C (or 0x8FA47C) is known color: Olivine. HEX triplet: 8F, A4 and 7C. RGB value is (143,164,124). Sum of RGB (Red+Green+Blue) = 143+164+124=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA47C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA47C is #705B83. Grayscale: #999999. Windows color (decimal): -7363460 or 8168591. OLE color: 8168591.
HSL color Cylindrical-coordinate representation of color #8FA47C: hue angle of 91.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FA47C is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 164 | 124 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.36 |
| HSL | 91.5º | 0.18% | 0.56% | - |
| HSV(B) | 91.5º | 0.24% | 0.64% | - |
| XYZ | 28.24 | 33.85 | 24.11 | - |
| YUV | 153.16 | 111.54 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 124 | 0.13 | 0 | 0.24 | 0.36 | 91.5 | 0.18 | 0.56 |
| Hex | 8F | A4 | 7C | D | 0 | 18 | 24 | 5C | 12 | 38 |
| Octal | 217 | 244 | 174 | 15 | 0 | 30 | 44 | 134 | 22 | 70 |
| Binary | 10001111 | 10100100 | 1111100 | 1101 | 0 | 11000 | 100100 | 1011100 | 10010 | 111000 |
Color Harmonies of #8FA47C
Complementary color
Monochromatic Colors of #8FA47C
Black with #8FA47C
Text Example
Text Example
White with #8FA47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA47C; }
p { color: rgb(143,164,124); }
H1.HeaderClassName
{
color: #8FA47C;
}
.AnyTagClassName
{
color: #8FA47C;
}
</style>
background-color css
<style>
a { background-color: #8FA47C; }
a { background-color: rgb(143,164,124); }
div.DivClassName
{
background-color: #8FA47C;
}
.BgClassName
{
background-color: #8FA47C;
}
</style>
border-color css
<style>
span { border-color: #8FA47C; }
span { border-color: rgb(143,164,124); }
td.TdClassName
{
border-color: #8FA47C;
}
.TagClassName
{
border-color: #8FA47C;
}
</style>