Shades of Olivine #8FBF79
Tints of Olivine #8FBF79
RGB
CMYK
RGB Variations
Color information
#8FBF79 (or 0x8FBF79) is known color: Olivine. HEX triplet: 8F, BF and 79. RGB value is (143,191,121). Sum of RGB (Red+Green+Blue) = 143+191+121=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBF79 is #704086. Grayscale: #A8A8A8. Windows color (decimal): -7356551 or 7978895. OLE color: 7978895.
HSL color Cylindrical-coordinate representation of color #8FBF79: hue angle of 101.14º 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 #8FBF79 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 191 | 121 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.25 |
| HSL | 101.14º | 0.35% | 0.61% | - |
| HSV(B) | 101.14º | 0.37% | 0.75% | - |
| XYZ | 33.41 | 44.48 | 24.91 | - |
| YUV | 168.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 121 | 0.25 | 0 | 0.37 | 0.25 | 101.14 | 0.35 | 0.61 |
| Hex | 8F | BF | 79 | 19 | 0 | 25 | 19 | 65 | 23 | 3D |
| Octal | 217 | 277 | 171 | 31 | 0 | 45 | 31 | 145 | 43 | 75 |
| Binary | 10001111 | 10111111 | 1111001 | 11001 | 0 | 100101 | 11001 | 1100101 | 100011 | 111101 |
Color Harmonies of #8FBF79
Complementary color
Monochromatic Colors of #8FBF79
Black with #8FBF79
Text Example
Text Example
White with #8FBF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBF79; }
p { color: rgb(143,191,121); }
H1.HeaderClassName
{
color: #8FBF79;
}
.AnyTagClassName
{
color: #8FBF79;
}
</style>
background-color css
<style>
a { background-color: #8FBF79; }
a { background-color: rgb(143,191,121); }
div.DivClassName
{
background-color: #8FBF79;
}
.BgClassName
{
background-color: #8FBF79;
}
</style>
border-color css
<style>
span { border-color: #8FBF79; }
span { border-color: rgb(143,191,121); }
td.TdClassName
{
border-color: #8FBF79;
}
.TagClassName
{
border-color: #8FBF79;
}
</style>