Shades of Cascade #7CA39C
Tints of Cascade #7CA39C
RGB
CMYK
RGB Variations
Color information
#7CA39C (or 0x7CA39C) is known color: Cascade. HEX triplet: 7C, A3 and 9C. RGB value is (124,163,156). Sum of RGB (Red+Green+Blue) = 124+163+156=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA39C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA39C is #835C63. Grayscale: #969696. Windows color (decimal): -8608868 or 10265468. OLE color: 10265468.
HSL color Cylindrical-coordinate representation of color #7CA39C: hue angle of 169.23º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7CA39C is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 163 | 156 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.36 |
| HSL | 169.23º | 0.17% | 0.56% | - |
| HSV(B) | 169.23º | 0.24% | 0.64% | - |
| XYZ | 27.41 | 32.88 | 36.35 | - |
| YUV | 150.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 163 | 156 | 0.24 | 0 | 0.04 | 0.36 | 169.23 | 0.17 | 0.56 |
| Hex | 7C | A3 | 9C | 18 | 0 | 4 | 24 | A9 | 11 | 38 |
| Octal | 174 | 243 | 234 | 30 | 0 | 4 | 44 | 251 | 21 | 70 |
| Binary | 1111100 | 10100011 | 10011100 | 11000 | 0 | 100 | 100100 | 10101001 | 10001 | 111000 |
Color Harmonies of #7CA39C
Complementary color
Monochromatic Colors of #7CA39C
Black with #7CA39C
Text Example
Text Example
White with #7CA39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA39C; }
p { color: rgb(124,163,156); }
H1.HeaderClassName
{
color: #7CA39C;
}
.AnyTagClassName
{
color: #7CA39C;
}
</style>
background-color css
<style>
a { background-color: #7CA39C; }
a { background-color: rgb(124,163,156); }
div.DivClassName
{
background-color: #7CA39C;
}
.BgClassName
{
background-color: #7CA39C;
}
</style>
border-color css
<style>
span { border-color: #7CA39C; }
span { border-color: rgb(124,163,156); }
td.TdClassName
{
border-color: #7CA39C;
}
.TagClassName
{
border-color: #7CA39C;
}
</style>