Shades of Olivine #8DBC77
Tints of Olivine #8DBC77
RGB
CMYK
RGB Variations
Color information
#8DBC77 (or 0x8DBC77) is known color: Olivine. HEX triplet: 8D, BC and 77. RGB value is (141,188,119). Sum of RGB (Red+Green+Blue) = 141+188+119=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBC77 is #724388. Grayscale: #A6A6A6. Windows color (decimal): -7488393 or 7847053. OLE color: 7847053.
HSL color Cylindrical-coordinate representation of color #8DBC77: hue angle of 100.87º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DBC77 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 119 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.26 |
| HSL | 100.87º | 0.34% | 0.6% | - |
| HSV(B) | 100.87º | 0.37% | 0.74% | - |
| XYZ | 32.3 | 42.96 | 24.04 | - |
| YUV | 166.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 119 | 0.25 | 0 | 0.37 | 0.26 | 100.87 | 0.34 | 0.6 |
| Hex | 8D | BC | 77 | 19 | 0 | 25 | 1A | 65 | 22 | 3C |
| Octal | 215 | 274 | 167 | 31 | 0 | 45 | 32 | 145 | 42 | 74 |
| Binary | 10001101 | 10111100 | 1110111 | 11001 | 0 | 100101 | 11010 | 1100101 | 100010 | 111100 |
Color Harmonies of #8DBC77
Complementary color
Monochromatic Colors of #8DBC77
Black with #8DBC77
Text Example
Text Example
White with #8DBC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC77; }
p { color: rgb(141,188,119); }
H1.HeaderClassName
{
color: #8DBC77;
}
.AnyTagClassName
{
color: #8DBC77;
}
</style>
background-color css
<style>
a { background-color: #8DBC77; }
a { background-color: rgb(141,188,119); }
div.DivClassName
{
background-color: #8DBC77;
}
.BgClassName
{
background-color: #8DBC77;
}
</style>
border-color css
<style>
span { border-color: #8DBC77; }
span { border-color: rgb(141,188,119); }
td.TdClassName
{
border-color: #8DBC77;
}
.TagClassName
{
border-color: #8DBC77;
}
</style>