Shades of Olivine #8FB77E
Tints of Olivine #8FB77E
RGB
CMYK
RGB Variations
Color information
#8FB77E (or 0x8FB77E) is known color: Olivine. HEX triplet: 8F, B7 and 7E. RGB value is (143,183,126). Sum of RGB (Red+Green+Blue) = 143+183+126=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB77E is #704881. Grayscale: #A4A4A4. Windows color (decimal): -7358594 or 8304527. OLE color: 8304527.
HSL color Cylindrical-coordinate representation of color #8FB77E: hue angle of 102.11º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FB77E is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 126 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.28 |
| HSL | 102.11º | 0.28% | 0.61% | - |
| HSV(B) | 102.11º | 0.31% | 0.72% | - |
| XYZ | 32.03 | 41.21 | 26.01 | - |
| YUV | 164.54 | 106.25 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 126 | 0.22 | 0 | 0.31 | 0.28 | 102.11 | 0.28 | 0.61 |
| Hex | 8F | B7 | 7E | 16 | 0 | 1F | 1C | 66 | 1C | 3D |
| Octal | 217 | 267 | 176 | 26 | 0 | 37 | 34 | 146 | 34 | 75 |
| Binary | 10001111 | 10110111 | 1111110 | 10110 | 0 | 11111 | 11100 | 1100110 | 11100 | 111101 |
Color Harmonies of #8FB77E
Complementary color
Monochromatic Colors of #8FB77E
Black with #8FB77E
Text Example
Text Example
White with #8FB77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB77E; }
p { color: rgb(143,183,126); }
H1.HeaderClassName
{
color: #8FB77E;
}
.AnyTagClassName
{
color: #8FB77E;
}
</style>
background-color css
<style>
a { background-color: #8FB77E; }
a { background-color: rgb(143,183,126); }
div.DivClassName
{
background-color: #8FB77E;
}
.BgClassName
{
background-color: #8FB77E;
}
</style>
border-color css
<style>
span { border-color: #8FB77E; }
span { border-color: rgb(143,183,126); }
td.TdClassName
{
border-color: #8FB77E;
}
.TagClassName
{
border-color: #8FB77E;
}
</style>