Shades of Olivine #8FBF76
Tints of Olivine #8FBF76
RGB
CMYK
RGB Variations
Color information
#8FBF76 (or 0x8FBF76) is known color: Olivine. HEX triplet: 8F, BF and 76. RGB value is (143,191,118). Sum of RGB (Red+Green+Blue) = 143+191+118=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBF76 is #704089. Grayscale: #A8A8A8. Windows color (decimal): -7356554 or 7782287. OLE color: 7782287.
HSL color Cylindrical-coordinate representation of color #8FBF76: hue angle of 99.45º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FBF76 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 191 | 118 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.25 |
| HSL | 99.45º | 0.36% | 0.61% | - |
| HSV(B) | 99.45º | 0.38% | 0.75% | - |
| XYZ | 33.23 | 44.41 | 23.96 | - |
| YUV | 168.33 | 99.6 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 118 | 0.25 | 0 | 0.38 | 0.25 | 99.45 | 0.36 | 0.61 |
| Hex | 8F | BF | 76 | 19 | 0 | 26 | 19 | 63 | 24 | 3D |
| Octal | 217 | 277 | 166 | 31 | 0 | 46 | 31 | 143 | 44 | 75 |
| Binary | 10001111 | 10111111 | 1110110 | 11001 | 0 | 100110 | 11001 | 1100011 | 100100 | 111101 |
Color Harmonies of #8FBF76
Complementary color
Monochromatic Colors of #8FBF76
Black with #8FBF76
Text Example
Text Example
White with #8FBF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBF76; }
p { color: rgb(143,191,118); }
H1.HeaderClassName
{
color: #8FBF76;
}
.AnyTagClassName
{
color: #8FBF76;
}
</style>
background-color css
<style>
a { background-color: #8FBF76; }
a { background-color: rgb(143,191,118); }
div.DivClassName
{
background-color: #8FBF76;
}
.BgClassName
{
background-color: #8FBF76;
}
</style>
border-color css
<style>
span { border-color: #8FBF76; }
span { border-color: rgb(143,191,118); }
td.TdClassName
{
border-color: #8FBF76;
}
.TagClassName
{
border-color: #8FBF76;
}
</style>