Shades of Cascade #7DA39C
Tints of Cascade #7DA39C
RGB
CMYK
RGB Variations
Color information
#7DA39C (or 0x7DA39C) is known color: Cascade. HEX triplet: 7D, A3 and 9C. RGB value is (125,163,156). Sum of RGB (Red+Green+Blue) = 125+163+156=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA39C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA39C is #825C63. Grayscale: #969696. Windows color (decimal): -8543332 or 10265469. OLE color: 10265469.
HSL color Cylindrical-coordinate representation of color #7DA39C: hue angle of 168.95º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7DA39C is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 163 | 156 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.36 |
| HSL | 168.95º | 0.17% | 0.56% | - |
| HSV(B) | 168.95º | 0.23% | 0.64% | - |
| XYZ | 27.56 | 32.95 | 36.36 | - |
| YUV | 150.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 163 | 156 | 0.23 | 0 | 0.04 | 0.36 | 168.95 | 0.17 | 0.56 |
| Hex | 7D | A3 | 9C | 17 | 0 | 4 | 24 | A9 | 11 | 38 |
| Octal | 175 | 243 | 234 | 27 | 0 | 4 | 44 | 251 | 21 | 70 |
| Binary | 1111101 | 10100011 | 10011100 | 10111 | 0 | 100 | 100100 | 10101001 | 10001 | 111000 |
Color Harmonies of #7DA39C
Complementary color
Monochromatic Colors of #7DA39C
Black with #7DA39C
Text Example
Text Example
White with #7DA39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA39C; }
p { color: rgb(125,163,156); }
H1.HeaderClassName
{
color: #7DA39C;
}
.AnyTagClassName
{
color: #7DA39C;
}
</style>
background-color css
<style>
a { background-color: #7DA39C; }
a { background-color: rgb(125,163,156); }
div.DivClassName
{
background-color: #7DA39C;
}
.BgClassName
{
background-color: #7DA39C;
}
</style>
border-color css
<style>
span { border-color: #7DA39C; }
span { border-color: rgb(125,163,156); }
td.TdClassName
{
border-color: #7DA39C;
}
.TagClassName
{
border-color: #7DA39C;
}
</style>