Shades of Olivine #8DC06F
Tints of Olivine #8DC06F
RGB
CMYK
RGB Variations
Color information
#8DC06F (or 0x8DC06F) is known color: Olivine. HEX triplet: 8D, C0 and 6F. RGB value is (141,192,111). Sum of RGB (Red+Green+Blue) = 141+192+111=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC06F is #723F90. Grayscale: #A7A7A7. Windows color (decimal): -7487377 or 7323789. OLE color: 7323789.
HSL color Cylindrical-coordinate representation of color #8DC06F: hue angle of 97.78º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DC06F is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 111 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.25 |
| HSL | 97.78º | 0.39% | 0.59% | - |
| HSV(B) | 97.78º | 0.42% | 0.75% | - |
| XYZ | 32.7 | 44.51 | 21.91 | - |
| YUV | 167.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 111 | 0.27 | 0 | 0.42 | 0.25 | 97.78 | 0.39 | 0.59 |
| Hex | 8D | C0 | 6F | 1B | 0 | 2A | 19 | 62 | 27 | 3B |
| Octal | 215 | 300 | 157 | 33 | 0 | 52 | 31 | 142 | 47 | 73 |
| Binary | 10001101 | 11000000 | 1101111 | 11011 | 0 | 101010 | 11001 | 1100010 | 100111 | 111011 |
Color Harmonies of #8DC06F
Complementary color
Monochromatic Colors of #8DC06F
Black with #8DC06F
Text Example
Text Example
White with #8DC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC06F; }
p { color: rgb(141,192,111); }
H1.HeaderClassName
{
color: #8DC06F;
}
.AnyTagClassName
{
color: #8DC06F;
}
</style>
background-color css
<style>
a { background-color: #8DC06F; }
a { background-color: rgb(141,192,111); }
div.DivClassName
{
background-color: #8DC06F;
}
.BgClassName
{
background-color: #8DC06F;
}
</style>
border-color css
<style>
span { border-color: #8DC06F; }
span { border-color: rgb(141,192,111); }
td.TdClassName
{
border-color: #8DC06F;
}
.TagClassName
{
border-color: #8DC06F;
}
</style>