Shades of Olivine #8DB179
Tints of Olivine #8DB179
RGB
CMYK
RGB Variations
Color information
#8DB179 (or 0x8DB179) is known color: Olivine. HEX triplet: 8D, B1 and 79. RGB value is (141,177,121). Sum of RGB (Red+Green+Blue) = 141+177+121=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB179 is #724E86. Grayscale: #A0A0A0. Windows color (decimal): -7491207 or 7975309. OLE color: 7975309.
HSL color Cylindrical-coordinate representation of color #8DB179: hue angle of 98.57º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DB179 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 121 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.31 |
| HSL | 98.57º | 0.26% | 0.58% | - |
| HSV(B) | 98.57º | 0.32% | 0.69% | - |
| XYZ | 30.16 | 38.49 | 23.93 | - |
| YUV | 159.85 | 106.07 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 121 | 0.20 | 0 | 0.32 | 0.31 | 98.57 | 0.26 | 0.58 |
| Hex | 8D | B1 | 79 | 14 | 0 | 20 | 1F | 63 | 1A | 3A |
| Octal | 215 | 261 | 171 | 24 | 0 | 40 | 37 | 143 | 32 | 72 |
| Binary | 10001101 | 10110001 | 1111001 | 10100 | 0 | 100000 | 11111 | 1100011 | 11010 | 111010 |
Color Harmonies of #8DB179
Complementary color
Monochromatic Colors of #8DB179
Black with #8DB179
Text Example
Text Example
White with #8DB179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB179; }
p { color: rgb(141,177,121); }
H1.HeaderClassName
{
color: #8DB179;
}
.AnyTagClassName
{
color: #8DB179;
}
</style>
background-color css
<style>
a { background-color: #8DB179; }
a { background-color: rgb(141,177,121); }
div.DivClassName
{
background-color: #8DB179;
}
.BgClassName
{
background-color: #8DB179;
}
</style>
border-color css
<style>
span { border-color: #8DB179; }
span { border-color: rgb(141,177,121); }
td.TdClassName
{
border-color: #8DB179;
}
.TagClassName
{
border-color: #8DB179;
}
</style>