Shades of Olivine #8FB470
Tints of Olivine #8FB470
RGB
CMYK
RGB Variations
Color information
#8FB470 (or 0x8FB470) is known color: Olivine. HEX triplet: 8F, B4 and 70. RGB value is (143,180,112). Sum of RGB (Red+Green+Blue) = 143+180+112=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB470 is #704B8F. Grayscale: #A1A1A1. Windows color (decimal): -7359376 or 7386255. OLE color: 7386255.
HSL color Cylindrical-coordinate representation of color #8FB470: hue angle of 92.65º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FB470 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 112 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.29 |
| HSL | 92.65º | 0.31% | 0.57% | - |
| HSV(B) | 92.65º | 0.38% | 0.71% | - |
| XYZ | 30.57 | 39.65 | 21.37 | - |
| YUV | 161.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 112 | 0.21 | 0 | 0.38 | 0.29 | 92.65 | 0.31 | 0.57 |
| Hex | 8F | B4 | 70 | 15 | 0 | 26 | 1D | 5D | 1F | 39 |
| Octal | 217 | 264 | 160 | 25 | 0 | 46 | 35 | 135 | 37 | 71 |
| Binary | 10001111 | 10110100 | 1110000 | 10101 | 0 | 100110 | 11101 | 1011101 | 11111 | 111001 |
Color Harmonies of #8FB470
Complementary color
Monochromatic Colors of #8FB470
Black with #8FB470
Text Example
Text Example
White with #8FB470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB470; }
p { color: rgb(143,180,112); }
H1.HeaderClassName
{
color: #8FB470;
}
.AnyTagClassName
{
color: #8FB470;
}
</style>
background-color css
<style>
a { background-color: #8FB470; }
a { background-color: rgb(143,180,112); }
div.DivClassName
{
background-color: #8FB470;
}
.BgClassName
{
background-color: #8FB470;
}
</style>
border-color css
<style>
span { border-color: #8FB470; }
span { border-color: rgb(143,180,112); }
td.TdClassName
{
border-color: #8FB470;
}
.TagClassName
{
border-color: #8FB470;
}
</style>