Shades of Olivine #8FBE7A
Tints of Olivine #8FBE7A
RGB
CMYK
RGB Variations
Color information
#8FBE7A (or 0x8FBE7A) is known color: Olivine. HEX triplet: 8F, BE and 7A. RGB value is (143,190,122). Sum of RGB (Red+Green+Blue) = 143+190+122=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBE7A is #704185. Grayscale: #A8A8A8. Windows color (decimal): -7356806 or 8044175. OLE color: 8044175.
HSL color Cylindrical-coordinate representation of color #8FBE7A: hue angle of 101.47º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FBE7A is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 122 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.25 |
| HSL | 101.47º | 0.34% | 0.61% | - |
| HSV(B) | 101.47º | 0.36% | 0.75% | - |
| XYZ | 33.25 | 44.07 | 25.17 | - |
| YUV | 168.2 | 101.93 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 122 | 0.25 | 0 | 0.36 | 0.25 | 101.47 | 0.34 | 0.61 |
| Hex | 8F | BE | 7A | 19 | 0 | 24 | 19 | 65 | 22 | 3D |
| Octal | 217 | 276 | 172 | 31 | 0 | 44 | 31 | 145 | 42 | 75 |
| Binary | 10001111 | 10111110 | 1111010 | 11001 | 0 | 100100 | 11001 | 1100101 | 100010 | 111101 |
Color Harmonies of #8FBE7A
Complementary color
Monochromatic Colors of #8FBE7A
Black with #8FBE7A
Text Example
Text Example
White with #8FBE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBE7A; }
p { color: rgb(143,190,122); }
H1.HeaderClassName
{
color: #8FBE7A;
}
.AnyTagClassName
{
color: #8FBE7A;
}
</style>
background-color css
<style>
a { background-color: #8FBE7A; }
a { background-color: rgb(143,190,122); }
div.DivClassName
{
background-color: #8FBE7A;
}
.BgClassName
{
background-color: #8FBE7A;
}
</style>
border-color css
<style>
span { border-color: #8FBE7A; }
span { border-color: rgb(143,190,122); }
td.TdClassName
{
border-color: #8FBE7A;
}
.TagClassName
{
border-color: #8FBE7A;
}
</style>