Shades of Olivine #8FA47A
Tints of Olivine #8FA47A
RGB
CMYK
RGB Variations
Color information
#8FA47A (or 0x8FA47A) is known color: Olivine. HEX triplet: 8F, A4 and 7A. RGB value is (143,164,122). Sum of RGB (Red+Green+Blue) = 143+164+122=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA47A is #705B85. Grayscale: #999999. Windows color (decimal): -7363462 or 8037519. OLE color: 8037519.
HSL color Cylindrical-coordinate representation of color #8FA47A: hue angle of 90º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FA47A is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 164 | 122 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.36 |
| HSL | 90º | 0.19% | 0.56% | - |
| HSV(B) | 90º | 0.26% | 0.64% | - |
| XYZ | 28.12 | 33.8 | 23.45 | - |
| YUV | 152.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 122 | 0.13 | 0 | 0.26 | 0.36 | 90 | 0.19 | 0.56 |
| Hex | 8F | A4 | 7A | D | 0 | 1A | 24 | 5A | 13 | 38 |
| Octal | 217 | 244 | 172 | 15 | 0 | 32 | 44 | 132 | 23 | 70 |
| Binary | 10001111 | 10100100 | 1111010 | 1101 | 0 | 11010 | 100100 | 1011010 | 10011 | 111000 |
Color Harmonies of #8FA47A
Complementary color
Monochromatic Colors of #8FA47A
Black with #8FA47A
Text Example
Text Example
White with #8FA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA47A; }
p { color: rgb(143,164,122); }
H1.HeaderClassName
{
color: #8FA47A;
}
.AnyTagClassName
{
color: #8FA47A;
}
</style>
background-color css
<style>
a { background-color: #8FA47A; }
a { background-color: rgb(143,164,122); }
div.DivClassName
{
background-color: #8FA47A;
}
.BgClassName
{
background-color: #8FA47A;
}
</style>
border-color css
<style>
span { border-color: #8FA47A; }
span { border-color: rgb(143,164,122); }
td.TdClassName
{
border-color: #8FA47A;
}
.TagClassName
{
border-color: #8FA47A;
}
</style>