Shades of Cascade #7CA19B
Tints of Cascade #7CA19B
RGB
CMYK
RGB Variations
Color information
#7CA19B (or 0x7CA19B) is known color: Cascade. HEX triplet: 7C, A1 and 9B. RGB value is (124,161,155). Sum of RGB (Red+Green+Blue) = 124+161+155=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA19B is #835E64. Grayscale: #959595. Windows color (decimal): -8609381 or 10199420. OLE color: 10199420.
HSL color Cylindrical-coordinate representation of color #7CA19B: hue angle of 170.27º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA19B is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 161 | 155 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.37 |
| HSL | 170.27º | 0.16% | 0.56% | - |
| HSV(B) | 170.27º | 0.23% | 0.63% | - |
| XYZ | 26.97 | 32.14 | 35.79 | - |
| YUV | 149.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 161 | 155 | 0.23 | 0 | 0.04 | 0.37 | 170.27 | 0.16 | 0.56 |
| Hex | 7C | A1 | 9B | 17 | 0 | 4 | 25 | AA | 10 | 38 |
| Octal | 174 | 241 | 233 | 27 | 0 | 4 | 45 | 252 | 20 | 70 |
| Binary | 1111100 | 10100001 | 10011011 | 10111 | 0 | 100 | 100101 | 10101010 | 10000 | 111000 |
Color Harmonies of #7CA19B
Complementary color
Monochromatic Colors of #7CA19B
Black with #7CA19B
Text Example
Text Example
White with #7CA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA19B; }
p { color: rgb(124,161,155); }
H1.HeaderClassName
{
color: #7CA19B;
}
.AnyTagClassName
{
color: #7CA19B;
}
</style>
background-color css
<style>
a { background-color: #7CA19B; }
a { background-color: rgb(124,161,155); }
div.DivClassName
{
background-color: #7CA19B;
}
.BgClassName
{
background-color: #7CA19B;
}
</style>
border-color css
<style>
span { border-color: #7CA19B; }
span { border-color: rgb(124,161,155); }
td.TdClassName
{
border-color: #7CA19B;
}
.TagClassName
{
border-color: #7CA19B;
}
</style>