Shades of Olivine #8DB175
Tints of Olivine #8DB175
RGB
CMYK
RGB Variations
Color information
#8DB175 (or 0x8DB175) is known color: Olivine. HEX triplet: 8D, B1 and 75. RGB value is (141,177,117). Sum of RGB (Red+Green+Blue) = 141+177+117=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB175 is #724E8A. Grayscale: #9F9F9F. Windows color (decimal): -7491211 or 7713165. OLE color: 7713165.
HSL color Cylindrical-coordinate representation of color #8DB175: hue angle of 96º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DB175 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 117 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.31 |
| HSL | 96º | 0.28% | 0.58% | - |
| HSV(B) | 96º | 0.34% | 0.69% | - |
| XYZ | 29.92 | 38.39 | 22.66 | - |
| YUV | 159.4 | 104.07 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 117 | 0.20 | 0 | 0.34 | 0.31 | 96 | 0.28 | 0.58 |
| Hex | 8D | B1 | 75 | 14 | 0 | 22 | 1F | 60 | 1C | 3A |
| Octal | 215 | 261 | 165 | 24 | 0 | 42 | 37 | 140 | 34 | 72 |
| Binary | 10001101 | 10110001 | 1110101 | 10100 | 0 | 100010 | 11111 | 1100000 | 11100 | 111010 |
Color Harmonies of #8DB175
Complementary color
Monochromatic Colors of #8DB175
Black with #8DB175
Text Example
Text Example
White with #8DB175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB175; }
p { color: rgb(141,177,117); }
H1.HeaderClassName
{
color: #8DB175;
}
.AnyTagClassName
{
color: #8DB175;
}
</style>
background-color css
<style>
a { background-color: #8DB175; }
a { background-color: rgb(141,177,117); }
div.DivClassName
{
background-color: #8DB175;
}
.BgClassName
{
background-color: #8DB175;
}
</style>
border-color css
<style>
span { border-color: #8DB175; }
span { border-color: rgb(141,177,117); }
td.TdClassName
{
border-color: #8DB175;
}
.TagClassName
{
border-color: #8DB175;
}
</style>