Shades of Olivine #8DB47D
Tints of Olivine #8DB47D
RGB
CMYK
RGB Variations
Color information
#8DB47D (or 0x8DB47D) is known color: Olivine. HEX triplet: 8D, B4 and 7D. RGB value is (141,180,125). Sum of RGB (Red+Green+Blue) = 141+180+125=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB47D is #724B82. Grayscale: #A2A2A2. Windows color (decimal): -7490435 or 8238221. OLE color: 8238221.
HSL color Cylindrical-coordinate representation of color #8DB47D: hue angle of 102.55º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DB47D is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 125 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.29 |
| HSL | 102.55º | 0.27% | 0.6% | - |
| HSV(B) | 102.55º | 0.31% | 0.71% | - |
| XYZ | 31.01 | 39.79 | 25.45 | - |
| YUV | 162.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 125 | 0.22 | 0 | 0.31 | 0.29 | 102.55 | 0.27 | 0.6 |
| Hex | 8D | B4 | 7D | 16 | 0 | 1F | 1D | 67 | 1B | 3C |
| Octal | 215 | 264 | 175 | 26 | 0 | 37 | 35 | 147 | 33 | 74 |
| Binary | 10001101 | 10110100 | 1111101 | 10110 | 0 | 11111 | 11101 | 1100111 | 11011 | 111100 |
Color Harmonies of #8DB47D
Complementary color
Monochromatic Colors of #8DB47D
Black with #8DB47D
Text Example
Text Example
White with #8DB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB47D; }
p { color: rgb(141,180,125); }
H1.HeaderClassName
{
color: #8DB47D;
}
.AnyTagClassName
{
color: #8DB47D;
}
</style>
background-color css
<style>
a { background-color: #8DB47D; }
a { background-color: rgb(141,180,125); }
div.DivClassName
{
background-color: #8DB47D;
}
.BgClassName
{
background-color: #8DB47D;
}
</style>
border-color css
<style>
span { border-color: #8DB47D; }
span { border-color: rgb(141,180,125); }
td.TdClassName
{
border-color: #8DB47D;
}
.TagClassName
{
border-color: #8DB47D;
}
</style>