Shades of Cascade #7DA19B
Tints of Cascade #7DA19B
RGB
CMYK
RGB Variations
Color information
#7DA19B (or 0x7DA19B) is known color: Cascade. HEX triplet: 7D, A1 and 9B. RGB value is (125,161,155). Sum of RGB (Red+Green+Blue) = 125+161+155=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA19B is #825E64. Grayscale: #959595. Windows color (decimal): -8543845 or 10199421. OLE color: 10199421.
HSL color Cylindrical-coordinate representation of color #7DA19B: hue angle of 170º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7DA19B is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 161 | 155 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.37 |
| HSL | 170º | 0.16% | 0.56% | - |
| HSV(B) | 170º | 0.22% | 0.63% | - |
| XYZ | 27.12 | 32.22 | 35.8 | - |
| YUV | 149.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 161 | 155 | 0.22 | 0 | 0.04 | 0.37 | 170 | 0.16 | 0.56 |
| Hex | 7D | A1 | 9B | 16 | 0 | 4 | 25 | AA | 10 | 38 |
| Octal | 175 | 241 | 233 | 26 | 0 | 4 | 45 | 252 | 20 | 70 |
| Binary | 1111101 | 10100001 | 10011011 | 10110 | 0 | 100 | 100101 | 10101010 | 10000 | 111000 |
Color Harmonies of #7DA19B
Complementary color
Monochromatic Colors of #7DA19B
Black with #7DA19B
Text Example
Text Example
White with #7DA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA19B; }
p { color: rgb(125,161,155); }
H1.HeaderClassName
{
color: #7DA19B;
}
.AnyTagClassName
{
color: #7DA19B;
}
</style>
background-color css
<style>
a { background-color: #7DA19B; }
a { background-color: rgb(125,161,155); }
div.DivClassName
{
background-color: #7DA19B;
}
.BgClassName
{
background-color: #7DA19B;
}
</style>
border-color css
<style>
span { border-color: #7DA19B; }
span { border-color: rgb(125,161,155); }
td.TdClassName
{
border-color: #7DA19B;
}
.TagClassName
{
border-color: #7DA19B;
}
</style>