Shades of Olivine #8DAC7A
Tints of Olivine #8DAC7A
RGB
CMYK
RGB Variations
Color information
#8DAC7A (or 0x8DAC7A) is known color: Olivine. HEX triplet: 8D, AC and 7A. RGB value is (141,172,122). Sum of RGB (Red+Green+Blue) = 141+172+122=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC7A is #725385. Grayscale: #9D9D9D. Windows color (decimal): -7492486 or 8039565. OLE color: 8039565.
HSL color Cylindrical-coordinate representation of color #8DAC7A: hue angle of 97.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DAC7A is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 122 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.33 |
| HSL | 97.2º | 0.23% | 0.58% | - |
| HSV(B) | 97.2º | 0.29% | 0.67% | - |
| XYZ | 29.25 | 36.57 | 23.93 | - |
| YUV | 157.03 | 108.23 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 122 | 0.18 | 0 | 0.29 | 0.33 | 97.2 | 0.23 | 0.58 |
| Hex | 8D | AC | 7A | 12 | 0 | 1D | 21 | 61 | 17 | 3A |
| Octal | 215 | 254 | 172 | 22 | 0 | 35 | 41 | 141 | 27 | 72 |
| Binary | 10001101 | 10101100 | 1111010 | 10010 | 0 | 11101 | 100001 | 1100001 | 10111 | 111010 |
Color Harmonies of #8DAC7A
Complementary color
Monochromatic Colors of #8DAC7A
Black with #8DAC7A
Text Example
Text Example
White with #8DAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC7A; }
p { color: rgb(141,172,122); }
H1.HeaderClassName
{
color: #8DAC7A;
}
.AnyTagClassName
{
color: #8DAC7A;
}
</style>
background-color css
<style>
a { background-color: #8DAC7A; }
a { background-color: rgb(141,172,122); }
div.DivClassName
{
background-color: #8DAC7A;
}
.BgClassName
{
background-color: #8DAC7A;
}
</style>
border-color css
<style>
span { border-color: #8DAC7A; }
span { border-color: rgb(141,172,122); }
td.TdClassName
{
border-color: #8DAC7A;
}
.TagClassName
{
border-color: #8DAC7A;
}
</style>