Shades of Olivine #8DC06D
Tints of Olivine #8DC06D
RGB
CMYK
RGB Variations
Color information
#8DC06D (or 0x8DC06D) is known color: Olivine. HEX triplet: 8D, C0 and 6D. RGB value is (141,192,109). Sum of RGB (Red+Green+Blue) = 141+192+109=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC06D is #723F92. Grayscale: #A7A7A7. Windows color (decimal): -7487379 or 7192717. OLE color: 7192717.
HSL color Cylindrical-coordinate representation of color #8DC06D: hue angle of 96.87º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DC06D is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 109 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.25 |
| HSL | 96.87º | 0.4% | 0.59% | - |
| HSV(B) | 96.87º | 0.43% | 0.75% | - |
| XYZ | 32.59 | 44.47 | 21.33 | - |
| YUV | 167.29 | 95.1 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 109 | 0.27 | 0 | 0.43 | 0.25 | 96.87 | 0.4 | 0.59 |
| Hex | 8D | C0 | 6D | 1B | 0 | 2B | 19 | 61 | 28 | 3B |
| Octal | 215 | 300 | 155 | 33 | 0 | 53 | 31 | 141 | 50 | 73 |
| Binary | 10001101 | 11000000 | 1101101 | 11011 | 0 | 101011 | 11001 | 1100001 | 101000 | 111011 |
Color Harmonies of #8DC06D
Complementary color
Monochromatic Colors of #8DC06D
Black with #8DC06D
Text Example
Text Example
White with #8DC06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC06D; }
p { color: rgb(141,192,109); }
H1.HeaderClassName
{
color: #8DC06D;
}
.AnyTagClassName
{
color: #8DC06D;
}
</style>
background-color css
<style>
a { background-color: #8DC06D; }
a { background-color: rgb(141,192,109); }
div.DivClassName
{
background-color: #8DC06D;
}
.BgClassName
{
background-color: #8DC06D;
}
</style>
border-color css
<style>
span { border-color: #8DC06D; }
span { border-color: rgb(141,192,109); }
td.TdClassName
{
border-color: #8DC06D;
}
.TagClassName
{
border-color: #8DC06D;
}
</style>