Shades of Olivine #8FBC77
Tints of Olivine #8FBC77
RGB
CMYK
RGB Variations
Color information
#8FBC77 (or 0x8FBC77) is known color: Olivine. HEX triplet: 8F, BC and 77. RGB value is (143,188,119). Sum of RGB (Red+Green+Blue) = 143+188+119=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC77 is #704388. Grayscale: #A6A6A6. Windows color (decimal): -7357321 or 7847055. OLE color: 7847055.
HSL color Cylindrical-coordinate representation of color #8FBC77: hue angle of 99.13º 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 #8FBC77 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 119 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.26 |
| HSL | 99.13º | 0.34% | 0.6% | - |
| HSV(B) | 99.13º | 0.37% | 0.74% | - |
| XYZ | 32.64 | 43.14 | 24.06 | - |
| YUV | 166.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 119 | 0.24 | 0 | 0.37 | 0.26 | 99.13 | 0.34 | 0.6 |
| Hex | 8F | BC | 77 | 18 | 0 | 25 | 1A | 63 | 22 | 3C |
| Octal | 217 | 274 | 167 | 30 | 0 | 45 | 32 | 143 | 42 | 74 |
| Binary | 10001111 | 10111100 | 1110111 | 11000 | 0 | 100101 | 11010 | 1100011 | 100010 | 111100 |
Color Harmonies of #8FBC77
Complementary color
Monochromatic Colors of #8FBC77
Black with #8FBC77
Text Example
Text Example
White with #8FBC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC77; }
p { color: rgb(143,188,119); }
H1.HeaderClassName
{
color: #8FBC77;
}
.AnyTagClassName
{
color: #8FBC77;
}
</style>
background-color css
<style>
a { background-color: #8FBC77; }
a { background-color: rgb(143,188,119); }
div.DivClassName
{
background-color: #8FBC77;
}
.BgClassName
{
background-color: #8FBC77;
}
</style>
border-color css
<style>
span { border-color: #8FBC77; }
span { border-color: rgb(143,188,119); }
td.TdClassName
{
border-color: #8FBC77;
}
.TagClassName
{
border-color: #8FBC77;
}
</style>