Shades of Olivine #8DAF6D
Tints of Olivine #8DAF6D
RGB
CMYK
RGB Variations
Color information
#8DAF6D (or 0x8DAF6D) is known color: Olivine. HEX triplet: 8D, AF and 6D. RGB value is (141,175,109). Sum of RGB (Red+Green+Blue) = 141+175+109=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAF6D is #725092. Grayscale: #9D9D9D. Windows color (decimal): -7491731 or 7188365. OLE color: 7188365.
HSL color Cylindrical-coordinate representation of color #8DAF6D: hue angle of 90.91º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DAF6D is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 109 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.31 |
| HSL | 90.91º | 0.29% | 0.56% | - |
| HSV(B) | 90.91º | 0.38% | 0.69% | - |
| XYZ | 29.07 | 37.43 | 20.16 | - |
| YUV | 157.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 109 | 0.19 | 0 | 0.38 | 0.31 | 90.91 | 0.29 | 0.56 |
| Hex | 8D | AF | 6D | 13 | 0 | 26 | 1F | 5B | 1D | 38 |
| Octal | 215 | 257 | 155 | 23 | 0 | 46 | 37 | 133 | 35 | 70 |
| Binary | 10001101 | 10101111 | 1101101 | 10011 | 0 | 100110 | 11111 | 1011011 | 11101 | 111000 |
Color Harmonies of #8DAF6D
Complementary color
Monochromatic Colors of #8DAF6D
Black with #8DAF6D
Text Example
Text Example
White with #8DAF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAF6D; }
p { color: rgb(141,175,109); }
H1.HeaderClassName
{
color: #8DAF6D;
}
.AnyTagClassName
{
color: #8DAF6D;
}
</style>
background-color css
<style>
a { background-color: #8DAF6D; }
a { background-color: rgb(141,175,109); }
div.DivClassName
{
background-color: #8DAF6D;
}
.BgClassName
{
background-color: #8DAF6D;
}
</style>
border-color css
<style>
span { border-color: #8DAF6D; }
span { border-color: rgb(141,175,109); }
td.TdClassName
{
border-color: #8DAF6D;
}
.TagClassName
{
border-color: #8DAF6D;
}
</style>