Shades of Olivine #8FBE77
Tints of Olivine #8FBE77
RGB
CMYK
RGB Variations
Color information
#8FBE77 (or 0x8FBE77) is known color: Olivine. HEX triplet: 8F, BE and 77. RGB value is (143,190,119). Sum of RGB (Red+Green+Blue) = 143+190+119=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBE77 is #704188. Grayscale: #A8A8A8. Windows color (decimal): -7356809 or 7847567. OLE color: 7847567.
HSL color Cylindrical-coordinate representation of color #8FBE77: hue angle of 99.72º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FBE77 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 119 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.25 |
| HSL | 99.72º | 0.35% | 0.61% | - |
| HSV(B) | 99.72º | 0.37% | 0.75% | - |
| XYZ | 33.07 | 44 | 24.2 | - |
| YUV | 167.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 119 | 0.25 | 0 | 0.37 | 0.25 | 99.72 | 0.35 | 0.61 |
| Hex | 8F | BE | 77 | 19 | 0 | 25 | 19 | 64 | 23 | 3D |
| Octal | 217 | 276 | 167 | 31 | 0 | 45 | 31 | 144 | 43 | 75 |
| Binary | 10001111 | 10111110 | 1110111 | 11001 | 0 | 100101 | 11001 | 1100100 | 100011 | 111101 |
Color Harmonies of #8FBE77
Complementary color
Monochromatic Colors of #8FBE77
Black with #8FBE77
Text Example
Text Example
White with #8FBE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBE77; }
p { color: rgb(143,190,119); }
H1.HeaderClassName
{
color: #8FBE77;
}
.AnyTagClassName
{
color: #8FBE77;
}
</style>
background-color css
<style>
a { background-color: #8FBE77; }
a { background-color: rgb(143,190,119); }
div.DivClassName
{
background-color: #8FBE77;
}
.BgClassName
{
background-color: #8FBE77;
}
</style>
border-color css
<style>
span { border-color: #8FBE77; }
span { border-color: rgb(143,190,119); }
td.TdClassName
{
border-color: #8FBE77;
}
.TagClassName
{
border-color: #8FBE77;
}
</style>