Shades of Olivine #8DBE74
Tints of Olivine #8DBE74
RGB
CMYK
RGB Variations
Color information
#8DBE74 (or 0x8DBE74) is known color: Olivine. HEX triplet: 8D, BE and 74. RGB value is (141,190,116). Sum of RGB (Red+Green+Blue) = 141+190+116=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBE74 is #72418B. Grayscale: #A7A7A7. Windows color (decimal): -7487884 or 7650957. OLE color: 7650957.
HSL color Cylindrical-coordinate representation of color #8DBE74: hue angle of 99.73º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DBE74 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 116 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.25 |
| HSL | 99.73º | 0.36% | 0.6% | - |
| HSV(B) | 99.73º | 0.39% | 0.75% | - |
| XYZ | 32.55 | 43.75 | 23.25 | - |
| YUV | 166.91 | 99.27 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 116 | 0.26 | 0 | 0.39 | 0.25 | 99.73 | 0.36 | 0.6 |
| Hex | 8D | BE | 74 | 1A | 0 | 27 | 19 | 64 | 24 | 3C |
| Octal | 215 | 276 | 164 | 32 | 0 | 47 | 31 | 144 | 44 | 74 |
| Binary | 10001101 | 10111110 | 1110100 | 11010 | 0 | 100111 | 11001 | 1100100 | 100100 | 111100 |
Color Harmonies of #8DBE74
Complementary color
Monochromatic Colors of #8DBE74
Black with #8DBE74
Text Example
Text Example
White with #8DBE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE74; }
p { color: rgb(141,190,116); }
H1.HeaderClassName
{
color: #8DBE74;
}
.AnyTagClassName
{
color: #8DBE74;
}
</style>
background-color css
<style>
a { background-color: #8DBE74; }
a { background-color: rgb(141,190,116); }
div.DivClassName
{
background-color: #8DBE74;
}
.BgClassName
{
background-color: #8DBE74;
}
</style>
border-color css
<style>
span { border-color: #8DBE74; }
span { border-color: rgb(141,190,116); }
td.TdClassName
{
border-color: #8DBE74;
}
.TagClassName
{
border-color: #8DBE74;
}
</style>