Shades of Olivine #8FBC76
Tints of Olivine #8FBC76
RGB
CMYK
RGB Variations
Color information
#8FBC76 (or 0x8FBC76) is known color: Olivine. HEX triplet: 8F, BC and 76. RGB value is (143,188,118). Sum of RGB (Red+Green+Blue) = 143+188+118=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC76 is #704389. Grayscale: #A6A6A6. Windows color (decimal): -7357322 or 7781519. OLE color: 7781519.
HSL color Cylindrical-coordinate representation of color #8FBC76: hue angle of 98.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FBC76 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 118 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.26 |
| HSL | 98.57º | 0.34% | 0.6% | - |
| HSV(B) | 98.57º | 0.37% | 0.74% | - |
| XYZ | 32.58 | 43.11 | 23.74 | - |
| YUV | 166.57 | 100.59 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 118 | 0.24 | 0 | 0.37 | 0.26 | 98.57 | 0.34 | 0.6 |
| Hex | 8F | BC | 76 | 18 | 0 | 25 | 1A | 63 | 22 | 3C |
| Octal | 217 | 274 | 166 | 30 | 0 | 45 | 32 | 143 | 42 | 74 |
| Binary | 10001111 | 10111100 | 1110110 | 11000 | 0 | 100101 | 11010 | 1100011 | 100010 | 111100 |
Color Harmonies of #8FBC76
Complementary color
Monochromatic Colors of #8FBC76
Black with #8FBC76
Text Example
Text Example
White with #8FBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC76; }
p { color: rgb(143,188,118); }
H1.HeaderClassName
{
color: #8FBC76;
}
.AnyTagClassName
{
color: #8FBC76;
}
</style>
background-color css
<style>
a { background-color: #8FBC76; }
a { background-color: rgb(143,188,118); }
div.DivClassName
{
background-color: #8FBC76;
}
.BgClassName
{
background-color: #8FBC76;
}
</style>
border-color css
<style>
span { border-color: #8FBC76; }
span { border-color: rgb(143,188,118); }
td.TdClassName
{
border-color: #8FBC76;
}
.TagClassName
{
border-color: #8FBC76;
}
</style>