Shades of Olivine #8DC370
Tints of Olivine #8DC370
RGB
CMYK
RGB Variations
Color information
#8DC370 (or 0x8DC370) is known color: Olivine. HEX triplet: 8D, C3 and 70. RGB value is (141,195,112). Sum of RGB (Red+Green+Blue) = 141+195+112=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC370 is #723C8F. Grayscale: #A9A9A9. Windows color (decimal): -7486608 or 7390093. OLE color: 7390093.
HSL color Cylindrical-coordinate representation of color #8DC370: hue angle of 99.04º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DC370 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 195 | 112 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.24 |
| HSL | 99.04º | 0.41% | 0.6% | - |
| HSV(B) | 99.04º | 0.43% | 0.76% | - |
| XYZ | 33.42 | 45.86 | 22.42 | - |
| YUV | 169.39 | 95.61 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 112 | 0.28 | 0 | 0.43 | 0.24 | 99.04 | 0.41 | 0.6 |
| Hex | 8D | C3 | 70 | 1C | 0 | 2B | 18 | 63 | 29 | 3C |
| Octal | 215 | 303 | 160 | 34 | 0 | 53 | 30 | 143 | 51 | 74 |
| Binary | 10001101 | 11000011 | 1110000 | 11100 | 0 | 101011 | 11000 | 1100011 | 101001 | 111100 |
Color Harmonies of #8DC370
Complementary color
Monochromatic Colors of #8DC370
Black with #8DC370
Text Example
Text Example
White with #8DC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC370; }
p { color: rgb(141,195,112); }
H1.HeaderClassName
{
color: #8DC370;
}
.AnyTagClassName
{
color: #8DC370;
}
</style>
background-color css
<style>
a { background-color: #8DC370; }
a { background-color: rgb(141,195,112); }
div.DivClassName
{
background-color: #8DC370;
}
.BgClassName
{
background-color: #8DC370;
}
</style>
border-color css
<style>
span { border-color: #8DC370; }
span { border-color: rgb(141,195,112); }
td.TdClassName
{
border-color: #8DC370;
}
.TagClassName
{
border-color: #8DC370;
}
</style>