Shades of Olivine #8DBF76
Tints of Olivine #8DBF76
RGB
CMYK
RGB Variations
Color information
#8DBF76 (or 0x8DBF76) is known color: Olivine. HEX triplet: 8D, BF and 76. RGB value is (141,191,118). Sum of RGB (Red+Green+Blue) = 141+191+118=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBF76 is #724089. Grayscale: #A7A7A7. Windows color (decimal): -7487626 or 7782285. OLE color: 7782285.
HSL color Cylindrical-coordinate representation of color #8DBF76: hue angle of 101.1º 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 #8DBF76 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 118 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.25 |
| HSL | 101.1º | 0.36% | 0.61% | - |
| HSV(B) | 101.1º | 0.38% | 0.75% | - |
| XYZ | 32.89 | 44.23 | 23.94 | - |
| YUV | 167.73 | 99.94 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 118 | 0.26 | 0 | 0.38 | 0.25 | 101.1 | 0.36 | 0.61 |
| Hex | 8D | BF | 76 | 1A | 0 | 26 | 19 | 65 | 24 | 3D |
| Octal | 215 | 277 | 166 | 32 | 0 | 46 | 31 | 145 | 44 | 75 |
| Binary | 10001101 | 10111111 | 1110110 | 11010 | 0 | 100110 | 11001 | 1100101 | 100100 | 111101 |
Color Harmonies of #8DBF76
Complementary color
Monochromatic Colors of #8DBF76
Black with #8DBF76
Text Example
Text Example
White with #8DBF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF76; }
p { color: rgb(141,191,118); }
H1.HeaderClassName
{
color: #8DBF76;
}
.AnyTagClassName
{
color: #8DBF76;
}
</style>
background-color css
<style>
a { background-color: #8DBF76; }
a { background-color: rgb(141,191,118); }
div.DivClassName
{
background-color: #8DBF76;
}
.BgClassName
{
background-color: #8DBF76;
}
</style>
border-color css
<style>
span { border-color: #8DBF76; }
span { border-color: rgb(141,191,118); }
td.TdClassName
{
border-color: #8DBF76;
}
.TagClassName
{
border-color: #8DBF76;
}
</style>