Shades of Olivine #8DB773
Tints of Olivine #8DB773
RGB
CMYK
RGB Variations
Color information
#8DB773 (or 0x8DB773) is known color: Olivine. HEX triplet: 8D, B7 and 73. RGB value is (141,183,115). Sum of RGB (Red+Green+Blue) = 141+183+115=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB773 is #72488C. Grayscale: #A2A2A2. Windows color (decimal): -7489677 or 7583629. OLE color: 7583629.
HSL color Cylindrical-coordinate representation of color #8DB773: hue angle of 97.06º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DB773 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 115 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.28 |
| HSL | 97.06º | 0.32% | 0.58% | - |
| HSV(B) | 97.06º | 0.37% | 0.72% | - |
| XYZ | 31.01 | 40.77 | 22.45 | - |
| YUV | 162.69 | 101.09 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 115 | 0.23 | 0 | 0.37 | 0.28 | 97.06 | 0.32 | 0.58 |
| Hex | 8D | B7 | 73 | 17 | 0 | 25 | 1C | 61 | 20 | 3A |
| Octal | 215 | 267 | 163 | 27 | 0 | 45 | 34 | 141 | 40 | 72 |
| Binary | 10001101 | 10110111 | 1110011 | 10111 | 0 | 100101 | 11100 | 1100001 | 100000 | 111010 |
Color Harmonies of #8DB773
Complementary color
Monochromatic Colors of #8DB773
Black with #8DB773
Text Example
Text Example
White with #8DB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB773; }
p { color: rgb(141,183,115); }
H1.HeaderClassName
{
color: #8DB773;
}
.AnyTagClassName
{
color: #8DB773;
}
</style>
background-color css
<style>
a { background-color: #8DB773; }
a { background-color: rgb(141,183,115); }
div.DivClassName
{
background-color: #8DB773;
}
.BgClassName
{
background-color: #8DB773;
}
</style>
border-color css
<style>
span { border-color: #8DB773; }
span { border-color: rgb(141,183,115); }
td.TdClassName
{
border-color: #8DB773;
}
.TagClassName
{
border-color: #8DB773;
}
</style>