Shades of Olivine #8DB174
Tints of Olivine #8DB174
RGB
CMYK
RGB Variations
Color information
#8DB174 (or 0x8DB174) is known color: Olivine. HEX triplet: 8D, B1 and 74. RGB value is (141,177,116). Sum of RGB (Red+Green+Blue) = 141+177+116=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB174 is #724E8B. Grayscale: #9F9F9F. Windows color (decimal): -7491212 or 7647629. OLE color: 7647629.
HSL color Cylindrical-coordinate representation of color #8DB174: hue angle of 95.41º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DB174 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 116 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.31 |
| HSL | 95.41º | 0.28% | 0.57% | - |
| HSV(B) | 95.41º | 0.34% | 0.69% | - |
| XYZ | 29.86 | 38.37 | 22.36 | - |
| YUV | 159.28 | 103.57 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 116 | 0.20 | 0 | 0.34 | 0.31 | 95.41 | 0.28 | 0.57 |
| Hex | 8D | B1 | 74 | 14 | 0 | 22 | 1F | 5F | 1C | 39 |
| Octal | 215 | 261 | 164 | 24 | 0 | 42 | 37 | 137 | 34 | 71 |
| Binary | 10001101 | 10110001 | 1110100 | 10100 | 0 | 100010 | 11111 | 1011111 | 11100 | 111001 |
Color Harmonies of #8DB174
Complementary color
Monochromatic Colors of #8DB174
Black with #8DB174
Text Example
Text Example
White with #8DB174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB174; }
p { color: rgb(141,177,116); }
H1.HeaderClassName
{
color: #8DB174;
}
.AnyTagClassName
{
color: #8DB174;
}
</style>
background-color css
<style>
a { background-color: #8DB174; }
a { background-color: rgb(141,177,116); }
div.DivClassName
{
background-color: #8DB174;
}
.BgClassName
{
background-color: #8DB174;
}
</style>
border-color css
<style>
span { border-color: #8DB174; }
span { border-color: rgb(141,177,116); }
td.TdClassName
{
border-color: #8DB174;
}
.TagClassName
{
border-color: #8DB174;
}
</style>