Shades of Olivine #8DB972
Tints of Olivine #8DB972
RGB
CMYK
RGB Variations
Color information
#8DB972 (or 0x8DB972) is known color: Olivine. HEX triplet: 8D, B9 and 72. RGB value is (141,185,114). Sum of RGB (Red+Green+Blue) = 141+185+114=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB972 is #72468D. Grayscale: #A3A3A3. Windows color (decimal): -7489166 or 7518605. OLE color: 7518605.
HSL color Cylindrical-coordinate representation of color #8DB972: hue angle of 97.18º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DB972 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 114 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.27 |
| HSL | 97.18º | 0.34% | 0.59% | - |
| HSV(B) | 97.18º | 0.38% | 0.73% | - |
| XYZ | 31.37 | 41.58 | 22.29 | - |
| YUV | 163.75 | 99.92 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 114 | 0.24 | 0 | 0.38 | 0.27 | 97.18 | 0.34 | 0.59 |
| Hex | 8D | B9 | 72 | 18 | 0 | 26 | 1B | 61 | 22 | 3B |
| Octal | 215 | 271 | 162 | 30 | 0 | 46 | 33 | 141 | 42 | 73 |
| Binary | 10001101 | 10111001 | 1110010 | 11000 | 0 | 100110 | 11011 | 1100001 | 100010 | 111011 |
Color Harmonies of #8DB972
Complementary color
Monochromatic Colors of #8DB972
Black with #8DB972
Text Example
Text Example
White with #8DB972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB972; }
p { color: rgb(141,185,114); }
H1.HeaderClassName
{
color: #8DB972;
}
.AnyTagClassName
{
color: #8DB972;
}
</style>
background-color css
<style>
a { background-color: #8DB972; }
a { background-color: rgb(141,185,114); }
div.DivClassName
{
background-color: #8DB972;
}
.BgClassName
{
background-color: #8DB972;
}
</style>
border-color css
<style>
span { border-color: #8DB972; }
span { border-color: rgb(141,185,114); }
td.TdClassName
{
border-color: #8DB972;
}
.TagClassName
{
border-color: #8DB972;
}
</style>