Shades of Olivine #8FB579
Tints of Olivine #8FB579
RGB
CMYK
RGB Variations
Color information
#8FB579 (or 0x8FB579) is known color: Olivine. HEX triplet: 8F, B5 and 79. RGB value is (143,181,121). Sum of RGB (Red+Green+Blue) = 143+181+121=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB579 is #704A86. Grayscale: #A3A3A3. Windows color (decimal): -7359111 or 7976335. OLE color: 7976335.
HSL color Cylindrical-coordinate representation of color #8FB579: hue angle of 98º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FB579 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 181 | 121 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.29 |
| HSL | 98º | 0.29% | 0.59% | - |
| HSV(B) | 98º | 0.33% | 0.71% | - |
| XYZ | 31.3 | 40.27 | 24.21 | - |
| YUV | 162.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 181 | 121 | 0.21 | 0 | 0.33 | 0.29 | 98 | 0.29 | 0.59 |
| Hex | 8F | B5 | 79 | 15 | 0 | 21 | 1D | 62 | 1D | 3B |
| Octal | 217 | 265 | 171 | 25 | 0 | 41 | 35 | 142 | 35 | 73 |
| Binary | 10001111 | 10110101 | 1111001 | 10101 | 0 | 100001 | 11101 | 1100010 | 11101 | 111011 |
Color Harmonies of #8FB579
Complementary color
Monochromatic Colors of #8FB579
Black with #8FB579
Text Example
Text Example
White with #8FB579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB579; }
p { color: rgb(143,181,121); }
H1.HeaderClassName
{
color: #8FB579;
}
.AnyTagClassName
{
color: #8FB579;
}
</style>
background-color css
<style>
a { background-color: #8FB579; }
a { background-color: rgb(143,181,121); }
div.DivClassName
{
background-color: #8FB579;
}
.BgClassName
{
background-color: #8FB579;
}
</style>
border-color css
<style>
span { border-color: #8FB579; }
span { border-color: rgb(143,181,121); }
td.TdClassName
{
border-color: #8FB579;
}
.TagClassName
{
border-color: #8FB579;
}
</style>