Shades of Olivine #8DBC74
Tints of Olivine #8DBC74
RGB
CMYK
RGB Variations
Color information
#8DBC74 (or 0x8DBC74) is known color: Olivine. HEX triplet: 8D, BC and 74. RGB value is (141,188,116). Sum of RGB (Red+Green+Blue) = 141+188+116=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBC74 is #72438B. Grayscale: #A5A5A5. Windows color (decimal): -7488396 or 7650445. OLE color: 7650445.
HSL color Cylindrical-coordinate representation of color #8DBC74: hue angle of 99.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DBC74 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 116 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.26 |
| HSL | 99.17º | 0.35% | 0.6% | - |
| HSV(B) | 99.17º | 0.38% | 0.74% | - |
| XYZ | 32.12 | 42.89 | 23.11 | - |
| YUV | 165.74 | 99.93 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 116 | 0.25 | 0 | 0.38 | 0.26 | 99.17 | 0.35 | 0.6 |
| Hex | 8D | BC | 74 | 19 | 0 | 26 | 1A | 63 | 23 | 3C |
| Octal | 215 | 274 | 164 | 31 | 0 | 46 | 32 | 143 | 43 | 74 |
| Binary | 10001101 | 10111100 | 1110100 | 11001 | 0 | 100110 | 11010 | 1100011 | 100011 | 111100 |
Color Harmonies of #8DBC74
Complementary color
Monochromatic Colors of #8DBC74
Black with #8DBC74
Text Example
Text Example
White with #8DBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC74; }
p { color: rgb(141,188,116); }
H1.HeaderClassName
{
color: #8DBC74;
}
.AnyTagClassName
{
color: #8DBC74;
}
</style>
background-color css
<style>
a { background-color: #8DBC74; }
a { background-color: rgb(141,188,116); }
div.DivClassName
{
background-color: #8DBC74;
}
.BgClassName
{
background-color: #8DBC74;
}
</style>
border-color css
<style>
span { border-color: #8DBC74; }
span { border-color: rgb(141,188,116); }
td.TdClassName
{
border-color: #8DBC74;
}
.TagClassName
{
border-color: #8DBC74;
}
</style>