Shades of Cascade #8CA69F
Tints of Cascade #8CA69F
RGB
CMYK
RGB Variations
Color information
#8CA69F (or 0x8CA69F) is known color: Cascade. HEX triplet: 8C, A6 and 9F. RGB value is (140,166,159). Sum of RGB (Red+Green+Blue) = 140+166+159=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA69F is #735960. Grayscale: #9D9D9D. Windows color (decimal): -7559521 or 10462860. OLE color: 10462860.
HSL color Cylindrical-coordinate representation of color #8CA69F: hue angle of 163.85º 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 #8CA69F is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 166 | 159 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.35 |
| HSL | 163.85º | 0.13% | 0.6% | - |
| HSV(B) | 163.85º | 0.16% | 0.65% | - |
| XYZ | 30.71 | 35.35 | 38.01 | - |
| YUV | 157.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 166 | 159 | 0.16 | 0 | 0.04 | 0.35 | 163.85 | 0.13 | 0.6 |
| Hex | 8C | A6 | 9F | 10 | 0 | 4 | 23 | A4 | D | 3C |
| Octal | 214 | 246 | 237 | 20 | 0 | 4 | 43 | 244 | 15 | 74 |
| Binary | 10001100 | 10100110 | 10011111 | 10000 | 0 | 100 | 100011 | 10100100 | 1101 | 111100 |
Color Harmonies of #8CA69F
Complementary color
Monochromatic Colors of #8CA69F
Black with #8CA69F
Text Example
Text Example
White with #8CA69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA69F; }
p { color: rgb(140,166,159); }
H1.HeaderClassName
{
color: #8CA69F;
}
.AnyTagClassName
{
color: #8CA69F;
}
</style>
background-color css
<style>
a { background-color: #8CA69F; }
a { background-color: rgb(140,166,159); }
div.DivClassName
{
background-color: #8CA69F;
}
.BgClassName
{
background-color: #8CA69F;
}
</style>
border-color css
<style>
span { border-color: #8CA69F; }
span { border-color: rgb(140,166,159); }
td.TdClassName
{
border-color: #8CA69F;
}
.TagClassName
{
border-color: #8CA69F;
}
</style>