Shades of Olivine #8DBF77
Tints of Olivine #8DBF77
RGB
CMYK
RGB Variations
Color information
#8DBF77 (or 0x8DBF77) is known color: Olivine. HEX triplet: 8D, BF and 77. RGB value is (141,191,119). Sum of RGB (Red+Green+Blue) = 141+191+119=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBF77 is #724088. Grayscale: #A8A8A8. Windows color (decimal): -7487625 or 7847821. OLE color: 7847821.
HSL color Cylindrical-coordinate representation of color #8DBF77: hue angle of 101.67º 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 #8DBF77 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 119 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.25 |
| HSL | 101.67º | 0.36% | 0.61% | - |
| HSV(B) | 101.67º | 0.38% | 0.75% | - |
| XYZ | 32.95 | 44.26 | 24.26 | - |
| YUV | 167.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 119 | 0.26 | 0 | 0.38 | 0.25 | 101.67 | 0.36 | 0.61 |
| Hex | 8D | BF | 77 | 1A | 0 | 26 | 19 | 66 | 24 | 3D |
| Octal | 215 | 277 | 167 | 32 | 0 | 46 | 31 | 146 | 44 | 75 |
| Binary | 10001101 | 10111111 | 1110111 | 11010 | 0 | 100110 | 11001 | 1100110 | 100100 | 111101 |
Color Harmonies of #8DBF77
Complementary color
Monochromatic Colors of #8DBF77
Black with #8DBF77
Text Example
Text Example
White with #8DBF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF77; }
p { color: rgb(141,191,119); }
H1.HeaderClassName
{
color: #8DBF77;
}
.AnyTagClassName
{
color: #8DBF77;
}
</style>
background-color css
<style>
a { background-color: #8DBF77; }
a { background-color: rgb(141,191,119); }
div.DivClassName
{
background-color: #8DBF77;
}
.BgClassName
{
background-color: #8DBF77;
}
</style>
border-color css
<style>
span { border-color: #8DBF77; }
span { border-color: rgb(141,191,119); }
td.TdClassName
{
border-color: #8DBF77;
}
.TagClassName
{
border-color: #8DBF77;
}
</style>