Shades of Cascade #8CA59D
Tints of Cascade #8CA59D
RGB
CMYK
RGB Variations
Color information
#8CA59D (or 0x8CA59D) is known color: Cascade. HEX triplet: 8C, A5 and 9D. RGB value is (140,165,157). Sum of RGB (Red+Green+Blue) = 140+165+157=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA59D is #735A62. Grayscale: #9C9C9C. Windows color (decimal): -7559779 or 10331532. OLE color: 10331532.
HSL color Cylindrical-coordinate representation of color #8CA59D: hue angle of 160.8º 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 #8CA59D is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 165 | 157 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.35 |
| HSL | 160.8º | 0.12% | 0.6% | - |
| HSV(B) | 160.8º | 0.15% | 0.65% | - |
| XYZ | 30.36 | 34.92 | 37.04 | - |
| YUV | 156.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 165 | 157 | 0.15 | 0 | 0.05 | 0.35 | 160.8 | 0.12 | 0.6 |
| Hex | 8C | A5 | 9D | F | 0 | 5 | 23 | A1 | C | 3C |
| Octal | 214 | 245 | 235 | 17 | 0 | 5 | 43 | 241 | 14 | 74 |
| Binary | 10001100 | 10100101 | 10011101 | 1111 | 0 | 101 | 100011 | 10100001 | 1100 | 111100 |
Color Harmonies of #8CA59D
Complementary color
Monochromatic Colors of #8CA59D
Black with #8CA59D
Text Example
Text Example
White with #8CA59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA59D; }
p { color: rgb(140,165,157); }
H1.HeaderClassName
{
color: #8CA59D;
}
.AnyTagClassName
{
color: #8CA59D;
}
</style>
background-color css
<style>
a { background-color: #8CA59D; }
a { background-color: rgb(140,165,157); }
div.DivClassName
{
background-color: #8CA59D;
}
.BgClassName
{
background-color: #8CA59D;
}
</style>
border-color css
<style>
span { border-color: #8CA59D; }
span { border-color: rgb(140,165,157); }
td.TdClassName
{
border-color: #8CA59D;
}
.TagClassName
{
border-color: #8CA59D;
}
</style>