Shades of Olivine #8FB76A
Tints of Olivine #8FB76A
RGB
CMYK
RGB Variations
Color information
#8FB76A (or 0x8FB76A) is known color: Olivine. HEX triplet: 8F, B7 and 6A. RGB value is (143,183,106). Sum of RGB (Red+Green+Blue) = 143+183+106=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB76A is #704895. Grayscale: #A2A2A2. Windows color (decimal): -7358614 or 6993807. OLE color: 6993807.
HSL color Cylindrical-coordinate representation of color #8FB76A: hue angle of 91.17º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FB76A is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 106 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.28 |
| HSL | 91.17º | 0.35% | 0.57% | - |
| HSV(B) | 91.17º | 0.42% | 0.72% | - |
| XYZ | 30.86 | 40.75 | 19.87 | - |
| YUV | 162.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 106 | 0.22 | 0 | 0.42 | 0.28 | 91.17 | 0.35 | 0.57 |
| Hex | 8F | B7 | 6A | 16 | 0 | 2A | 1C | 5B | 23 | 39 |
| Octal | 217 | 267 | 152 | 26 | 0 | 52 | 34 | 133 | 43 | 71 |
| Binary | 10001111 | 10110111 | 1101010 | 10110 | 0 | 101010 | 11100 | 1011011 | 100011 | 111001 |
Color Harmonies of #8FB76A
Complementary color
Monochromatic Colors of #8FB76A
Black with #8FB76A
Text Example
Text Example
White with #8FB76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB76A; }
p { color: rgb(143,183,106); }
H1.HeaderClassName
{
color: #8FB76A;
}
.AnyTagClassName
{
color: #8FB76A;
}
</style>
background-color css
<style>
a { background-color: #8FB76A; }
a { background-color: rgb(143,183,106); }
div.DivClassName
{
background-color: #8FB76A;
}
.BgClassName
{
background-color: #8FB76A;
}
</style>
border-color css
<style>
span { border-color: #8FB76A; }
span { border-color: rgb(143,183,106); }
td.TdClassName
{
border-color: #8FB76A;
}
.TagClassName
{
border-color: #8FB76A;
}
</style>