Shades of Olivine #8FB76B
Tints of Olivine #8FB76B
RGB
CMYK
RGB Variations
Color information
#8FB76B (or 0x8FB76B) is known color: Olivine. HEX triplet: 8F, B7 and 6B. RGB value is (143,183,107). Sum of RGB (Red+Green+Blue) = 143+183+107=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB76B is #704894. Grayscale: #A2A2A2. Windows color (decimal): -7358613 or 7059343. OLE color: 7059343.
HSL color Cylindrical-coordinate representation of color #8FB76B: hue angle of 91.58º 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 #8FB76B is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 107 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.28 |
| HSL | 91.58º | 0.35% | 0.57% | - |
| HSV(B) | 91.58º | 0.42% | 0.72% | - |
| XYZ | 30.92 | 40.77 | 20.15 | - |
| YUV | 162.38 | 96.75 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 107 | 0.22 | 0 | 0.42 | 0.28 | 91.58 | 0.35 | 0.57 |
| Hex | 8F | B7 | 6B | 16 | 0 | 2A | 1C | 5C | 23 | 39 |
| Octal | 217 | 267 | 153 | 26 | 0 | 52 | 34 | 134 | 43 | 71 |
| Binary | 10001111 | 10110111 | 1101011 | 10110 | 0 | 101010 | 11100 | 1011100 | 100011 | 111001 |
Color Harmonies of #8FB76B
Complementary color
Monochromatic Colors of #8FB76B
Black with #8FB76B
Text Example
Text Example
White with #8FB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB76B; }
p { color: rgb(143,183,107); }
H1.HeaderClassName
{
color: #8FB76B;
}
.AnyTagClassName
{
color: #8FB76B;
}
</style>
background-color css
<style>
a { background-color: #8FB76B; }
a { background-color: rgb(143,183,107); }
div.DivClassName
{
background-color: #8FB76B;
}
.BgClassName
{
background-color: #8FB76B;
}
</style>
border-color css
<style>
span { border-color: #8FB76B; }
span { border-color: rgb(143,183,107); }
td.TdClassName
{
border-color: #8FB76B;
}
.TagClassName
{
border-color: #8FB76B;
}
</style>