Shades of Olivine #8DC06C
Tints of Olivine #8DC06C
RGB
CMYK
RGB Variations
Color information
#8DC06C (or 0x8DC06C) is known color: Olivine. HEX triplet: 8D, C0 and 6C. RGB value is (141,192,108). Sum of RGB (Red+Green+Blue) = 141+192+108=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC06C is #723F93. Grayscale: #A7A7A7. Windows color (decimal): -7487380 or 7127181. OLE color: 7127181.
HSL color Cylindrical-coordinate representation of color #8DC06C: hue angle of 96.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DC06C is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 108 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.25 |
| HSL | 96.43º | 0.4% | 0.59% | - |
| HSV(B) | 96.43º | 0.44% | 0.75% | - |
| XYZ | 32.54 | 44.44 | 21.05 | - |
| YUV | 167.18 | 94.6 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 108 | 0.27 | 0 | 0.44 | 0.25 | 96.43 | 0.4 | 0.59 |
| Hex | 8D | C0 | 6C | 1B | 0 | 2C | 19 | 60 | 28 | 3B |
| Octal | 215 | 300 | 154 | 33 | 0 | 54 | 31 | 140 | 50 | 73 |
| Binary | 10001101 | 11000000 | 1101100 | 11011 | 0 | 101100 | 11001 | 1100000 | 101000 | 111011 |
Color Harmonies of #8DC06C
Complementary color
Monochromatic Colors of #8DC06C
Black with #8DC06C
Text Example
Text Example
White with #8DC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC06C; }
p { color: rgb(141,192,108); }
H1.HeaderClassName
{
color: #8DC06C;
}
.AnyTagClassName
{
color: #8DC06C;
}
</style>
background-color css
<style>
a { background-color: #8DC06C; }
a { background-color: rgb(141,192,108); }
div.DivClassName
{
background-color: #8DC06C;
}
.BgClassName
{
background-color: #8DC06C;
}
</style>
border-color css
<style>
span { border-color: #8DC06C; }
span { border-color: rgb(141,192,108); }
td.TdClassName
{
border-color: #8DC06C;
}
.TagClassName
{
border-color: #8DC06C;
}
</style>