Shades of Olivine #8FA37D
Tints of Olivine #8FA37D
RGB
CMYK
RGB Variations
Color information
#8FA37D (or 0x8FA37D) is known color: Olivine. HEX triplet: 8F, A3 and 7D. RGB value is (143,163,125). Sum of RGB (Red+Green+Blue) = 143+163+125=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA37D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA37D is #705C82. Grayscale: #989898. Windows color (decimal): -7363715 or 8233871. OLE color: 8233871.
HSL color Cylindrical-coordinate representation of color #8FA37D: hue angle of 91.58º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FA37D is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 163 | 125 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.36 |
| HSL | 91.58º | 0.17% | 0.56% | - |
| HSV(B) | 91.58º | 0.23% | 0.64% | - |
| XYZ | 28.13 | 33.51 | 24.39 | - |
| YUV | 152.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 125 | 0.12 | 0 | 0.23 | 0.36 | 91.58 | 0.17 | 0.56 |
| Hex | 8F | A3 | 7D | C | 0 | 17 | 24 | 5C | 11 | 38 |
| Octal | 217 | 243 | 175 | 14 | 0 | 27 | 44 | 134 | 21 | 70 |
| Binary | 10001111 | 10100011 | 1111101 | 1100 | 0 | 10111 | 100100 | 1011100 | 10001 | 111000 |
Color Harmonies of #8FA37D
Complementary color
Monochromatic Colors of #8FA37D
Black with #8FA37D
Text Example
Text Example
White with #8FA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA37D; }
p { color: rgb(143,163,125); }
H1.HeaderClassName
{
color: #8FA37D;
}
.AnyTagClassName
{
color: #8FA37D;
}
</style>
background-color css
<style>
a { background-color: #8FA37D; }
a { background-color: rgb(143,163,125); }
div.DivClassName
{
background-color: #8FA37D;
}
.BgClassName
{
background-color: #8FA37D;
}
</style>
border-color css
<style>
span { border-color: #8FA37D; }
span { border-color: rgb(143,163,125); }
td.TdClassName
{
border-color: #8FA37D;
}
.TagClassName
{
border-color: #8FA37D;
}
</style>