Shades of Cascade #8DA79D
Tints of Cascade #8DA79D
RGB
CMYK
RGB Variations
Color information
#8DA79D (or 0x8DA79D) is known color: Cascade. HEX triplet: 8D, A7 and 9D. RGB value is (141,167,157). Sum of RGB (Red+Green+Blue) = 141+167+157=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 167 - color contains mainly: green. Hex color #8DA79D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA79D is #725862. Grayscale: #9E9E9E. Windows color (decimal): -7493731 or 10332045. OLE color: 10332045.
HSL color Cylindrical-coordinate representation of color #8DA79D: hue angle of 156.92º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8DA79D is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
RGB | 141 | 167 | 157 | - |
CMYK | 0.16 | 0 | 0.06 | 0.35 |
HSL | 156.92º | 0.13% | 0.6% | - |
HSV(B) | 156.92º | 0.16% | 0.65% | - |
XYZ | 30.89 | 35.73 | 37.17 | - |
YUV | 158.09 | 127.39 | 115.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 167 | 157 | 0.16 | 0 | 0.06 | 0.35 | 156.92 | 0.13 | 0.6 |
Hex | 8D | A7 | 9D | 10 | 0 | 6 | 23 | 9D | D | 3C |
Octal | 215 | 247 | 235 | 20 | 0 | 6 | 43 | 235 | 15 | 74 |
Binary | 10001101 | 10100111 | 10011101 | 10000 | 0 | 110 | 100011 | 10011101 | 1101 | 111100 |
Color Harmonies of #8DA79D
Complementary color
Monochromatic Colors of #8DA79D
Black with #8DA79D
Text Example
Text Example
White with #8DA79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA79D; }
p { color: rgb(141,167,157); }
H1.HeaderClassName
{
color: #8DA79D;
}
.AnyTagClassName
{
color: #8DA79D;
}
</style>
background-color css
<style>
a { background-color: #8DA79D; }
a { background-color: rgb(141,167,157); }
div.DivClassName
{
background-color: #8DA79D;
}
.BgClassName
{
background-color: #8DA79D;
}
</style>
border-color css
<style>
span { border-color: #8DA79D; }
span { border-color: rgb(141,167,157); }
td.TdClassName
{
border-color: #8DA79D;
}
.TagClassName
{
border-color: #8DA79D;
}
</style>