Shades of Olivine #8FB37E
Tints of Olivine #8FB37E
RGB
CMYK
RGB Variations
Color information
#8FB37E (or 0x8FB37E) is known color: Olivine. HEX triplet: 8F, B3 and 7E. RGB value is (143,179,126). Sum of RGB (Red+Green+Blue) = 143+179+126=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB37E is #704C81. Grayscale: #A2A2A2. Windows color (decimal): -7359618 or 8303503. OLE color: 8303503.
HSL color Cylindrical-coordinate representation of color #8FB37E: hue angle of 100.75º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FB37E is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 126 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.30 |
| HSL | 100.75º | 0.26% | 0.6% | - |
| HSV(B) | 100.75º | 0.3% | 0.7% | - |
| XYZ | 31.21 | 39.59 | 25.73 | - |
| YUV | 162.19 | 107.57 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 126 | 0.20 | 0 | 0.30 | 0.30 | 100.75 | 0.26 | 0.6 |
| Hex | 8F | B3 | 7E | 14 | 0 | 1E | 1E | 65 | 1A | 3C |
| Octal | 217 | 263 | 176 | 24 | 0 | 36 | 36 | 145 | 32 | 74 |
| Binary | 10001111 | 10110011 | 1111110 | 10100 | 0 | 11110 | 11110 | 1100101 | 11010 | 111100 |
Color Harmonies of #8FB37E
Complementary color
Monochromatic Colors of #8FB37E
Black with #8FB37E
Text Example
Text Example
White with #8FB37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB37E; }
p { color: rgb(143,179,126); }
H1.HeaderClassName
{
color: #8FB37E;
}
.AnyTagClassName
{
color: #8FB37E;
}
</style>
background-color css
<style>
a { background-color: #8FB37E; }
a { background-color: rgb(143,179,126); }
div.DivClassName
{
background-color: #8FB37E;
}
.BgClassName
{
background-color: #8FB37E;
}
</style>
border-color css
<style>
span { border-color: #8FB37E; }
span { border-color: rgb(143,179,126); }
td.TdClassName
{
border-color: #8FB37E;
}
.TagClassName
{
border-color: #8FB37E;
}
</style>