Shades of Olivine #8FA37C
Tints of Olivine #8FA37C
RGB
CMYK
RGB Variations
Color information
#8FA37C (or 0x8FA37C) is known color: Olivine. HEX triplet: 8F, A3 and 7C. RGB value is (143,163,124). Sum of RGB (Red+Green+Blue) = 143+163+124=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA37C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA37C is #705C83. Grayscale: #989898. Windows color (decimal): -7363716 or 8168335. OLE color: 8168335.
HSL color Cylindrical-coordinate representation of color #8FA37C: hue angle of 90.77º degrees, saturation: 0.17, 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 #8FA37C is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 163 | 124 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.36 |
| HSL | 90.77º | 0.17% | 0.56% | - |
| HSV(B) | 90.77º | 0.24% | 0.64% | - |
| XYZ | 28.06 | 33.49 | 24.05 | - |
| YUV | 152.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 124 | 0.12 | 0 | 0.24 | 0.36 | 90.77 | 0.17 | 0.56 |
| Hex | 8F | A3 | 7C | C | 0 | 18 | 24 | 5B | 11 | 38 |
| Octal | 217 | 243 | 174 | 14 | 0 | 30 | 44 | 133 | 21 | 70 |
| Binary | 10001111 | 10100011 | 1111100 | 1100 | 0 | 11000 | 100100 | 1011011 | 10001 | 111000 |
Color Harmonies of #8FA37C
Complementary color
Monochromatic Colors of #8FA37C
Black with #8FA37C
Text Example
Text Example
White with #8FA37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA37C; }
p { color: rgb(143,163,124); }
H1.HeaderClassName
{
color: #8FA37C;
}
.AnyTagClassName
{
color: #8FA37C;
}
</style>
background-color css
<style>
a { background-color: #8FA37C; }
a { background-color: rgb(143,163,124); }
div.DivClassName
{
background-color: #8FA37C;
}
.BgClassName
{
background-color: #8FA37C;
}
</style>
border-color css
<style>
span { border-color: #8FA37C; }
span { border-color: rgb(143,163,124); }
td.TdClassName
{
border-color: #8FA37C;
}
.TagClassName
{
border-color: #8FA37C;
}
</style>