Shades of Olivine #8FBE79
Tints of Olivine #8FBE79
RGB
CMYK
RGB Variations
Color information
#8FBE79 (or 0x8FBE79) is known color: Olivine. HEX triplet: 8F, BE and 79. RGB value is (143,190,121). Sum of RGB (Red+Green+Blue) = 143+190+121=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBE79 is #704186. Grayscale: #A8A8A8. Windows color (decimal): -7356807 or 7978639. OLE color: 7978639.
HSL color Cylindrical-coordinate representation of color #8FBE79: hue angle of 100.87º degrees, saturation: 0.35, 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 #8FBE79 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 121 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.25 |
| HSL | 100.87º | 0.35% | 0.61% | - |
| HSV(B) | 100.87º | 0.36% | 0.75% | - |
| XYZ | 33.19 | 44.05 | 24.84 | - |
| YUV | 168.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 121 | 0.25 | 0 | 0.36 | 0.25 | 100.87 | 0.35 | 0.61 |
| Hex | 8F | BE | 79 | 19 | 0 | 24 | 19 | 65 | 23 | 3D |
| Octal | 217 | 276 | 171 | 31 | 0 | 44 | 31 | 145 | 43 | 75 |
| Binary | 10001111 | 10111110 | 1111001 | 11001 | 0 | 100100 | 11001 | 1100101 | 100011 | 111101 |
Color Harmonies of #8FBE79
Complementary color
Monochromatic Colors of #8FBE79
Black with #8FBE79
Text Example
Text Example
White with #8FBE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBE79; }
p { color: rgb(143,190,121); }
H1.HeaderClassName
{
color: #8FBE79;
}
.AnyTagClassName
{
color: #8FBE79;
}
</style>
background-color css
<style>
a { background-color: #8FBE79; }
a { background-color: rgb(143,190,121); }
div.DivClassName
{
background-color: #8FBE79;
}
.BgClassName
{
background-color: #8FBE79;
}
</style>
border-color css
<style>
span { border-color: #8FBE79; }
span { border-color: rgb(143,190,121); }
td.TdClassName
{
border-color: #8FBE79;
}
.TagClassName
{
border-color: #8FBE79;
}
</style>