Shades of Olivine #8FB47E
Tints of Olivine #8FB47E
RGB
CMYK
RGB Variations
Color information
#8FB47E (or 0x8FB47E) is known color: Olivine. HEX triplet: 8F, B4 and 7E. RGB value is (143,180,126). Sum of RGB (Red+Green+Blue) = 143+180+126=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB47E is #704B81. Grayscale: #A2A2A2. Windows color (decimal): -7359362 or 8303759. OLE color: 8303759.
HSL color Cylindrical-coordinate representation of color #8FB47E: hue angle of 101.11º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FB47E is Cyan = 0.21, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 126 | - |
| CMYK | 0.21 | 0 | 0.3 | 0.29 |
| HSL | 101.11º | 0.26% | 0.6% | - |
| HSV(B) | 101.11º | 0.3% | 0.71% | - |
| XYZ | 31.41 | 39.99 | 25.8 | - |
| YUV | 162.78 | 107.24 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 126 | 0.21 | 0 | 0.3 | 0.29 | 101.11 | 0.26 | 0.6 |
| Hex | 8F | B4 | 7E | 15 | 0 | 1E | 1D | 65 | 1A | 3C |
| Octal | 217 | 264 | 176 | 25 | 0 | 36 | 35 | 145 | 32 | 74 |
| Binary | 10001111 | 10110100 | 1111110 | 10101 | 0 | 11110 | 11101 | 1100101 | 11010 | 111100 |
Color Harmonies of #8FB47E
Complementary color
Monochromatic Colors of #8FB47E
Black with #8FB47E
Text Example
Text Example
White with #8FB47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB47E; }
p { color: rgb(143,180,126); }
H1.HeaderClassName
{
color: #8FB47E;
}
.AnyTagClassName
{
color: #8FB47E;
}
</style>
background-color css
<style>
a { background-color: #8FB47E; }
a { background-color: rgb(143,180,126); }
div.DivClassName
{
background-color: #8FB47E;
}
.BgClassName
{
background-color: #8FB47E;
}
</style>
border-color css
<style>
span { border-color: #8FB47E; }
span { border-color: rgb(143,180,126); }
td.TdClassName
{
border-color: #8FB47E;
}
.TagClassName
{
border-color: #8FB47E;
}
</style>