Shades of Olivine #8DAB7A
Tints of Olivine #8DAB7A
RGB
CMYK
RGB Variations
Color information
#8DAB7A (or 0x8DAB7A) is known color: Olivine. HEX triplet: 8D, AB and 7A. RGB value is (141,171,122). Sum of RGB (Red+Green+Blue) = 141+171+122=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAB7A is #725485. Grayscale: #9C9C9C. Windows color (decimal): -7492742 or 8039309. OLE color: 8039309.
HSL color Cylindrical-coordinate representation of color #8DAB7A: hue angle of 96.73º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DAB7A is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 122 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.33 |
| HSL | 96.73º | 0.23% | 0.57% | - |
| HSV(B) | 96.73º | 0.29% | 0.67% | - |
| XYZ | 29.06 | 36.19 | 23.87 | - |
| YUV | 156.44 | 108.56 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 122 | 0.18 | 0 | 0.29 | 0.33 | 96.73 | 0.23 | 0.57 |
| Hex | 8D | AB | 7A | 12 | 0 | 1D | 21 | 61 | 17 | 39 |
| Octal | 215 | 253 | 172 | 22 | 0 | 35 | 41 | 141 | 27 | 71 |
| Binary | 10001101 | 10101011 | 1111010 | 10010 | 0 | 11101 | 100001 | 1100001 | 10111 | 111001 |
Color Harmonies of #8DAB7A
Complementary color
Monochromatic Colors of #8DAB7A
Black with #8DAB7A
Text Example
Text Example
White with #8DAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAB7A; }
p { color: rgb(141,171,122); }
H1.HeaderClassName
{
color: #8DAB7A;
}
.AnyTagClassName
{
color: #8DAB7A;
}
</style>
background-color css
<style>
a { background-color: #8DAB7A; }
a { background-color: rgb(141,171,122); }
div.DivClassName
{
background-color: #8DAB7A;
}
.BgClassName
{
background-color: #8DAB7A;
}
</style>
border-color css
<style>
span { border-color: #8DAB7A; }
span { border-color: rgb(141,171,122); }
td.TdClassName
{
border-color: #8DAB7A;
}
.TagClassName
{
border-color: #8DAB7A;
}
</style>