Shades of Olivine #8DB46D
Tints of Olivine #8DB46D
RGB
CMYK
RGB Variations
Color information
#8DB46D (or 0x8DB46D) is known color: Olivine. HEX triplet: 8D, B4 and 6D. RGB value is (141,180,109). Sum of RGB (Red+Green+Blue) = 141+180+109=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB46D is #724B92. Grayscale: #A0A0A0. Windows color (decimal): -7490451 or 7189645. OLE color: 7189645.
HSL color Cylindrical-coordinate representation of color #8DB46D: hue angle of 92.96º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DB46D is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
RGB | 141 | 180 | 109 | - |
CMYK | 0.22 | 0 | 0.39 | 0.29 |
HSL | 92.96º | 0.32% | 0.57% | - |
HSV(B) | 92.96º | 0.39% | 0.71% | - |
XYZ | 30.07 | 39.41 | 20.49 | - |
YUV | 160.25 | 99.08 | 114.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 180 | 109 | 0.22 | 0 | 0.39 | 0.29 | 92.96 | 0.32 | 0.57 |
Hex | 8D | B4 | 6D | 16 | 0 | 27 | 1D | 5D | 20 | 39 |
Octal | 215 | 264 | 155 | 26 | 0 | 47 | 35 | 135 | 40 | 71 |
Binary | 10001101 | 10110100 | 1101101 | 10110 | 0 | 100111 | 11101 | 1011101 | 100000 | 111001 |
Color Harmonies of #8DB46D
Complementary color
Monochromatic Colors of #8DB46D
Black with #8DB46D
Text Example
Text Example
White with #8DB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB46D; }
p { color: rgb(141,180,109); }
H1.HeaderClassName
{
color: #8DB46D;
}
.AnyTagClassName
{
color: #8DB46D;
}
</style>
background-color css
<style>
a { background-color: #8DB46D; }
a { background-color: rgb(141,180,109); }
div.DivClassName
{
background-color: #8DB46D;
}
.BgClassName
{
background-color: #8DB46D;
}
</style>
border-color css
<style>
span { border-color: #8DB46D; }
span { border-color: rgb(141,180,109); }
td.TdClassName
{
border-color: #8DB46D;
}
.TagClassName
{
border-color: #8DB46D;
}
</style>