Shades of Olivine #8DB46A
Tints of Olivine #8DB46A
RGB
CMYK
RGB Variations
Color information
#8DB46A (or 0x8DB46A) is known color: Olivine. HEX triplet: 8D, B4 and 6A. RGB value is (141,180,106). Sum of RGB (Red+Green+Blue) = 141+180+106=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB46A is #724B95. Grayscale: #A0A0A0. Windows color (decimal): -7490454 or 6993037. OLE color: 6993037.
HSL color Cylindrical-coordinate representation of color #8DB46A: hue angle of 91.62º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DB46A is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 106 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.29 |
| HSL | 91.62º | 0.33% | 0.56% | - |
| HSV(B) | 91.62º | 0.41% | 0.71% | - |
| XYZ | 29.91 | 39.35 | 19.65 | - |
| YUV | 159.9 | 97.58 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 106 | 0.22 | 0 | 0.41 | 0.29 | 91.62 | 0.33 | 0.56 |
| Hex | 8D | B4 | 6A | 16 | 0 | 29 | 1D | 5C | 21 | 38 |
| Octal | 215 | 264 | 152 | 26 | 0 | 51 | 35 | 134 | 41 | 70 |
| Binary | 10001101 | 10110100 | 1101010 | 10110 | 0 | 101001 | 11101 | 1011100 | 100001 | 111000 |
Color Harmonies of #8DB46A
Complementary color
Monochromatic Colors of #8DB46A
Black with #8DB46A
Text Example
Text Example
White with #8DB46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB46A; }
p { color: rgb(141,180,106); }
H1.HeaderClassName
{
color: #8DB46A;
}
.AnyTagClassName
{
color: #8DB46A;
}
</style>
background-color css
<style>
a { background-color: #8DB46A; }
a { background-color: rgb(141,180,106); }
div.DivClassName
{
background-color: #8DB46A;
}
.BgClassName
{
background-color: #8DB46A;
}
</style>
border-color css
<style>
span { border-color: #8DB46A; }
span { border-color: rgb(141,180,106); }
td.TdClassName
{
border-color: #8DB46A;
}
.TagClassName
{
border-color: #8DB46A;
}
</style>