Shades of Olivine #8DAC73
Tints of Olivine #8DAC73
RGB
CMYK
RGB Variations
Color information
#8DAC73 (or 0x8DAC73) is known color: Olivine. HEX triplet: 8D, AC and 73. RGB value is (141,172,115). Sum of RGB (Red+Green+Blue) = 141+172+115=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC73 is #72538C. Grayscale: #9C9C9C. Windows color (decimal): -7492493 or 7580813. OLE color: 7580813.
HSL color Cylindrical-coordinate representation of color #8DAC73: hue angle of 92.63º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DAC73 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 115 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.33 |
| HSL | 92.63º | 0.26% | 0.56% | - |
| HSV(B) | 92.63º | 0.33% | 0.67% | - |
| XYZ | 28.83 | 36.41 | 21.73 | - |
| YUV | 156.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 115 | 0.18 | 0 | 0.33 | 0.33 | 92.63 | 0.26 | 0.56 |
| Hex | 8D | AC | 73 | 12 | 0 | 21 | 21 | 5D | 1A | 38 |
| Octal | 215 | 254 | 163 | 22 | 0 | 41 | 41 | 135 | 32 | 70 |
| Binary | 10001101 | 10101100 | 1110011 | 10010 | 0 | 100001 | 100001 | 1011101 | 11010 | 111000 |
Color Harmonies of #8DAC73
Complementary color
Monochromatic Colors of #8DAC73
Black with #8DAC73
Text Example
Text Example
White with #8DAC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC73; }
p { color: rgb(141,172,115); }
H1.HeaderClassName
{
color: #8DAC73;
}
.AnyTagClassName
{
color: #8DAC73;
}
</style>
background-color css
<style>
a { background-color: #8DAC73; }
a { background-color: rgb(141,172,115); }
div.DivClassName
{
background-color: #8DAC73;
}
.BgClassName
{
background-color: #8DAC73;
}
</style>
border-color css
<style>
span { border-color: #8DAC73; }
span { border-color: rgb(141,172,115); }
td.TdClassName
{
border-color: #8DAC73;
}
.TagClassName
{
border-color: #8DAC73;
}
</style>