Shades of Olivine #8DA672
Tints of Olivine #8DA672
RGB
CMYK
RGB Variations
Color information
#8DA672 (or 0x8DA672) is known color: Olivine. HEX triplet: 8D, A6 and 72. RGB value is (141,166,114). Sum of RGB (Red+Green+Blue) = 141+166+114=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA672 is #72598D. Grayscale: #989898. Windows color (decimal): -7494030 or 7513741. OLE color: 7513741.
HSL color Cylindrical-coordinate representation of color #8DA672: hue angle of 88.85º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DA672 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 166 | 114 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.35 |
| HSL | 88.85º | 0.23% | 0.55% | - |
| HSV(B) | 88.85º | 0.31% | 0.65% | - |
| XYZ | 27.66 | 34.15 | 21.05 | - |
| YUV | 152.6 | 106.22 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 114 | 0.15 | 0 | 0.31 | 0.35 | 88.85 | 0.23 | 0.55 |
| Hex | 8D | A6 | 72 | F | 0 | 1F | 23 | 59 | 17 | 37 |
| Octal | 215 | 246 | 162 | 17 | 0 | 37 | 43 | 131 | 27 | 67 |
| Binary | 10001101 | 10100110 | 1110010 | 1111 | 0 | 11111 | 100011 | 1011001 | 10111 | 110111 |
Color Harmonies of #8DA672
Complementary color
Monochromatic Colors of #8DA672
Black with #8DA672
Text Example
Text Example
White with #8DA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA672; }
p { color: rgb(141,166,114); }
H1.HeaderClassName
{
color: #8DA672;
}
.AnyTagClassName
{
color: #8DA672;
}
</style>
background-color css
<style>
a { background-color: #8DA672; }
a { background-color: rgb(141,166,114); }
div.DivClassName
{
background-color: #8DA672;
}
.BgClassName
{
background-color: #8DA672;
}
</style>
border-color css
<style>
span { border-color: #8DA672; }
span { border-color: rgb(141,166,114); }
td.TdClassName
{
border-color: #8DA672;
}
.TagClassName
{
border-color: #8DA672;
}
</style>