Shades of Olivine #8DC073
Tints of Olivine #8DC073
RGB
CMYK
RGB Variations
Color information
#8DC073 (or 0x8DC073) is known color: Olivine. HEX triplet: 8D, C0 and 73. RGB value is (141,192,115). Sum of RGB (Red+Green+Blue) = 141+192+115=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC073 is #723F8C. Grayscale: #A8A8A8. Windows color (decimal): -7487373 or 7585933. OLE color: 7585933.
HSL color Cylindrical-coordinate representation of color #8DC073: hue angle of 99.74º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DC073 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 115 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.25 |
| HSL | 99.74º | 0.38% | 0.6% | - |
| HSV(B) | 99.74º | 0.4% | 0.75% | - |
| XYZ | 32.93 | 44.6 | 23.09 | - |
| YUV | 167.97 | 98.1 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 115 | 0.27 | 0 | 0.40 | 0.25 | 99.74 | 0.38 | 0.6 |
| Hex | 8D | C0 | 73 | 1B | 0 | 28 | 19 | 64 | 26 | 3C |
| Octal | 215 | 300 | 163 | 33 | 0 | 50 | 31 | 144 | 46 | 74 |
| Binary | 10001101 | 11000000 | 1110011 | 11011 | 0 | 101000 | 11001 | 1100100 | 100110 | 111100 |
Color Harmonies of #8DC073
Complementary color
Monochromatic Colors of #8DC073
Black with #8DC073
Text Example
Text Example
White with #8DC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC073; }
p { color: rgb(141,192,115); }
H1.HeaderClassName
{
color: #8DC073;
}
.AnyTagClassName
{
color: #8DC073;
}
</style>
background-color css
<style>
a { background-color: #8DC073; }
a { background-color: rgb(141,192,115); }
div.DivClassName
{
background-color: #8DC073;
}
.BgClassName
{
background-color: #8DC073;
}
</style>
border-color css
<style>
span { border-color: #8DC073; }
span { border-color: rgb(141,192,115); }
td.TdClassName
{
border-color: #8DC073;
}
.TagClassName
{
border-color: #8DC073;
}
</style>