Shades of Olivine #8DB879
Tints of Olivine #8DB879
RGB
CMYK
RGB Variations
Color information
#8DB879 (or 0x8DB879) is known color: Olivine. HEX triplet: 8D, B8 and 79. RGB value is (141,184,121). Sum of RGB (Red+Green+Blue) = 141+184+121=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB879 is #724786. Grayscale: #A4A4A4. Windows color (decimal): -7489415 or 7977101. OLE color: 7977101.
HSL color Cylindrical-coordinate representation of color #8DB879: hue angle of 100.95º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DB879 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 121 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.28 |
| HSL | 100.95º | 0.31% | 0.6% | - |
| HSV(B) | 100.95º | 0.34% | 0.72% | - |
| XYZ | 31.58 | 41.32 | 24.4 | - |
| YUV | 163.96 | 103.75 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 121 | 0.23 | 0 | 0.34 | 0.28 | 100.95 | 0.31 | 0.6 |
| Hex | 8D | B8 | 79 | 17 | 0 | 22 | 1C | 65 | 1F | 3C |
| Octal | 215 | 270 | 171 | 27 | 0 | 42 | 34 | 145 | 37 | 74 |
| Binary | 10001101 | 10111000 | 1111001 | 10111 | 0 | 100010 | 11100 | 1100101 | 11111 | 111100 |
Color Harmonies of #8DB879
Complementary color
Monochromatic Colors of #8DB879
Black with #8DB879
Text Example
Text Example
White with #8DB879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB879; }
p { color: rgb(141,184,121); }
H1.HeaderClassName
{
color: #8DB879;
}
.AnyTagClassName
{
color: #8DB879;
}
</style>
background-color css
<style>
a { background-color: #8DB879; }
a { background-color: rgb(141,184,121); }
div.DivClassName
{
background-color: #8DB879;
}
.BgClassName
{
background-color: #8DB879;
}
</style>
border-color css
<style>
span { border-color: #8DB879; }
span { border-color: rgb(141,184,121); }
td.TdClassName
{
border-color: #8DB879;
}
.TagClassName
{
border-color: #8DB879;
}
</style>