Shades of Cascade #8DA69D
Tints of Cascade #8DA69D
RGB
CMYK
RGB Variations
Color information
#8DA69D (or 0x8DA69D) is known color: Cascade. HEX triplet: 8D, A6 and 9D. RGB value is (141,166,157). Sum of RGB (Red+Green+Blue) = 141+166+157=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA69D is #725962. Grayscale: #9D9D9D. Windows color (decimal): -7493987 or 10331789. OLE color: 10331789.
HSL color Cylindrical-coordinate representation of color #8DA69D: hue angle of 158.4º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8DA69D is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 166 | 157 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.35 |
| HSL | 158.4º | 0.12% | 0.6% | - |
| HSV(B) | 158.4º | 0.15% | 0.65% | - |
| XYZ | 30.71 | 35.37 | 37.11 | - |
| YUV | 157.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 157 | 0.15 | 0 | 0.05 | 0.35 | 158.4 | 0.12 | 0.6 |
| Hex | 8D | A6 | 9D | F | 0 | 5 | 23 | 9E | C | 3C |
| Octal | 215 | 246 | 235 | 17 | 0 | 5 | 43 | 236 | 14 | 74 |
| Binary | 10001101 | 10100110 | 10011101 | 1111 | 0 | 101 | 100011 | 10011110 | 1100 | 111100 |
Color Harmonies of #8DA69D
Complementary color
Monochromatic Colors of #8DA69D
Black with #8DA69D
Text Example
Text Example
White with #8DA69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA69D; }
p { color: rgb(141,166,157); }
H1.HeaderClassName
{
color: #8DA69D;
}
.AnyTagClassName
{
color: #8DA69D;
}
</style>
background-color css
<style>
a { background-color: #8DA69D; }
a { background-color: rgb(141,166,157); }
div.DivClassName
{
background-color: #8DA69D;
}
.BgClassName
{
background-color: #8DA69D;
}
</style>
border-color css
<style>
span { border-color: #8DA69D; }
span { border-color: rgb(141,166,157); }
td.TdClassName
{
border-color: #8DA69D;
}
.TagClassName
{
border-color: #8DA69D;
}
</style>