Shades of Olivine #8FA17E
Tints of Olivine #8FA17E
RGB
CMYK
RGB Variations
Color information
#8FA17E (or 0x8FA17E) is known color: Olivine. HEX triplet: 8F, A1 and 7E. RGB value is (143,161,126). Sum of RGB (Red+Green+Blue) = 143+161+126=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA17E is #705E81. Grayscale: #979797. Windows color (decimal): -7364226 or 8298895. OLE color: 8298895.
HSL color Cylindrical-coordinate representation of color #8FA17E: hue angle of 90.86º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8FA17E is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 161 | 126 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.37 |
| HSL | 90.86º | 0.16% | 0.56% | - |
| HSV(B) | 90.86º | 0.22% | 0.63% | - |
| XYZ | 27.84 | 32.84 | 24.61 | - |
| YUV | 151.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 126 | 0.11 | 0 | 0.22 | 0.37 | 90.86 | 0.16 | 0.56 |
| Hex | 8F | A1 | 7E | B | 0 | 16 | 25 | 5B | 10 | 38 |
| Octal | 217 | 241 | 176 | 13 | 0 | 26 | 45 | 133 | 20 | 70 |
| Binary | 10001111 | 10100001 | 1111110 | 1011 | 0 | 10110 | 100101 | 1011011 | 10000 | 111000 |
Color Harmonies of #8FA17E
Complementary color
Monochromatic Colors of #8FA17E
Black with #8FA17E
Text Example
Text Example
White with #8FA17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA17E; }
p { color: rgb(143,161,126); }
H1.HeaderClassName
{
color: #8FA17E;
}
.AnyTagClassName
{
color: #8FA17E;
}
</style>
background-color css
<style>
a { background-color: #8FA17E; }
a { background-color: rgb(143,161,126); }
div.DivClassName
{
background-color: #8FA17E;
}
.BgClassName
{
background-color: #8FA17E;
}
</style>
border-color css
<style>
span { border-color: #8FA17E; }
span { border-color: rgb(143,161,126); }
td.TdClassName
{
border-color: #8FA17E;
}
.TagClassName
{
border-color: #8FA17E;
}
</style>