Shades of Olivine #8DC275
Tints of Olivine #8DC275
RGB
CMYK
RGB Variations
Color information
#8DC275 (or 0x8DC275) is known color: Olivine. HEX triplet: 8D, C2 and 75. RGB value is (141,194,117). Sum of RGB (Red+Green+Blue) = 141+194+117=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC275 is #723D8A. Grayscale: #A9A9A9. Windows color (decimal): -7486859 or 7717517. OLE color: 7717517.
HSL color Cylindrical-coordinate representation of color #8DC275: hue angle of 101.3º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DC275 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 194 | 117 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.24 |
| HSL | 101.3º | 0.39% | 0.61% | - |
| HSV(B) | 101.3º | 0.4% | 0.76% | - |
| XYZ | 33.49 | 45.53 | 23.85 | - |
| YUV | 169.38 | 98.44 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 194 | 117 | 0.27 | 0 | 0.40 | 0.24 | 101.3 | 0.39 | 0.61 |
| Hex | 8D | C2 | 75 | 1B | 0 | 28 | 18 | 65 | 27 | 3D |
| Octal | 215 | 302 | 165 | 33 | 0 | 50 | 30 | 145 | 47 | 75 |
| Binary | 10001101 | 11000010 | 1110101 | 11011 | 0 | 101000 | 11000 | 1100101 | 100111 | 111101 |
Color Harmonies of #8DC275
Complementary color
Monochromatic Colors of #8DC275
Black with #8DC275
Text Example
Text Example
White with #8DC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC275; }
p { color: rgb(141,194,117); }
H1.HeaderClassName
{
color: #8DC275;
}
.AnyTagClassName
{
color: #8DC275;
}
</style>
background-color css
<style>
a { background-color: #8DC275; }
a { background-color: rgb(141,194,117); }
div.DivClassName
{
background-color: #8DC275;
}
.BgClassName
{
background-color: #8DC275;
}
</style>
border-color css
<style>
span { border-color: #8DC275; }
span { border-color: rgb(141,194,117); }
td.TdClassName
{
border-color: #8DC275;
}
.TagClassName
{
border-color: #8DC275;
}
</style>