Shades of Cascade #7EA199
Tints of Cascade #7EA199
RGB
CMYK
RGB Variations
Color information
#7EA199 (or 0x7EA199) is known color: Cascade. HEX triplet: 7E, A1 and 99. RGB value is (126,161,153). Sum of RGB (Red+Green+Blue) = 126+161+153=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA199 is #815E66. Grayscale: #959595. Windows color (decimal): -8478311 or 10068350. OLE color: 10068350.
HSL color Cylindrical-coordinate representation of color #7EA199: hue angle of 166.29º 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 #7EA199 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 161 | 153 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.37 |
| HSL | 166.29º | 0.16% | 0.56% | - |
| HSV(B) | 166.29º | 0.22% | 0.63% | - |
| XYZ | 27.1 | 32.23 | 34.93 | - |
| YUV | 149.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 161 | 153 | 0.22 | 0 | 0.05 | 0.37 | 166.29 | 0.16 | 0.56 |
| Hex | 7E | A1 | 99 | 16 | 0 | 5 | 25 | A6 | 10 | 38 |
| Octal | 176 | 241 | 231 | 26 | 0 | 5 | 45 | 246 | 20 | 70 |
| Binary | 1111110 | 10100001 | 10011001 | 10110 | 0 | 101 | 100101 | 10100110 | 10000 | 111000 |
Color Harmonies of #7EA199
Complementary color
Monochromatic Colors of #7EA199
Black with #7EA199
Text Example
Text Example
White with #7EA199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA199; }
p { color: rgb(126,161,153); }
H1.HeaderClassName
{
color: #7EA199;
}
.AnyTagClassName
{
color: #7EA199;
}
</style>
background-color css
<style>
a { background-color: #7EA199; }
a { background-color: rgb(126,161,153); }
div.DivClassName
{
background-color: #7EA199;
}
.BgClassName
{
background-color: #7EA199;
}
</style>
border-color css
<style>
span { border-color: #7EA199; }
span { border-color: rgb(126,161,153); }
td.TdClassName
{
border-color: #7EA199;
}
.TagClassName
{
border-color: #7EA199;
}
</style>