Shades of Olivine #8DA275
Tints of Olivine #8DA275
RGB
CMYK
RGB Variations
Color information
#8DA275 (or 0x8DA275) is known color: Olivine. HEX triplet: 8D, A2 and 75. RGB value is (141,162,117). Sum of RGB (Red+Green+Blue) = 141+162+117=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA275 is #725D8A. Grayscale: #969696. Windows color (decimal): -7495051 or 7709325. OLE color: 7709325.
HSL color Cylindrical-coordinate representation of color #8DA275: hue angle of 88º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DA275 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 162 | 117 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.36 |
| HSL | 88º | 0.19% | 0.55% | - |
| HSV(B) | 88º | 0.28% | 0.64% | - |
| XYZ | 27.12 | 32.79 | 21.73 | - |
| YUV | 150.59 | 109.04 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 117 | 0.13 | 0 | 0.28 | 0.36 | 88 | 0.19 | 0.55 |
| Hex | 8D | A2 | 75 | D | 0 | 1C | 24 | 58 | 13 | 37 |
| Octal | 215 | 242 | 165 | 15 | 0 | 34 | 44 | 130 | 23 | 67 |
| Binary | 10001101 | 10100010 | 1110101 | 1101 | 0 | 11100 | 100100 | 1011000 | 10011 | 110111 |
Color Harmonies of #8DA275
Complementary color
Monochromatic Colors of #8DA275
Black with #8DA275
Text Example
Text Example
White with #8DA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA275; }
p { color: rgb(141,162,117); }
H1.HeaderClassName
{
color: #8DA275;
}
.AnyTagClassName
{
color: #8DA275;
}
</style>
background-color css
<style>
a { background-color: #8DA275; }
a { background-color: rgb(141,162,117); }
div.DivClassName
{
background-color: #8DA275;
}
.BgClassName
{
background-color: #8DA275;
}
</style>
border-color css
<style>
span { border-color: #8DA275; }
span { border-color: rgb(141,162,117); }
td.TdClassName
{
border-color: #8DA275;
}
.TagClassName
{
border-color: #8DA275;
}
</style>