Shades of Cascade #7CA69D
Tints of Cascade #7CA69D
RGB
CMYK
RGB Variations
Color information
#7CA69D (or 0x7CA69D) is known color: Cascade. HEX triplet: 7C, A6 and 9D. RGB value is (124,166,157). Sum of RGB (Red+Green+Blue) = 124+166+157=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA69D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA69D is #835962. Grayscale: #989898. Windows color (decimal): -8608099 or 10331772. OLE color: 10331772.
HSL color Cylindrical-coordinate representation of color #7CA69D: hue angle of 167.14º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7CA69D is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 166 | 157 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.35 |
| HSL | 167.14º | 0.19% | 0.57% | - |
| HSV(B) | 167.14º | 0.25% | 0.65% | - |
| XYZ | 28.03 | 33.99 | 36.98 | - |
| YUV | 152.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 166 | 157 | 0.25 | 0 | 0.05 | 0.35 | 167.14 | 0.19 | 0.57 |
| Hex | 7C | A6 | 9D | 19 | 0 | 5 | 23 | A7 | 13 | 39 |
| Octal | 174 | 246 | 235 | 31 | 0 | 5 | 43 | 247 | 23 | 71 |
| Binary | 1111100 | 10100110 | 10011101 | 11001 | 0 | 101 | 100011 | 10100111 | 10011 | 111001 |
Color Harmonies of #7CA69D
Complementary color
Monochromatic Colors of #7CA69D
Black with #7CA69D
Text Example
Text Example
White with #7CA69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA69D; }
p { color: rgb(124,166,157); }
H1.HeaderClassName
{
color: #7CA69D;
}
.AnyTagClassName
{
color: #7CA69D;
}
</style>
background-color css
<style>
a { background-color: #7CA69D; }
a { background-color: rgb(124,166,157); }
div.DivClassName
{
background-color: #7CA69D;
}
.BgClassName
{
background-color: #7CA69D;
}
</style>
border-color css
<style>
span { border-color: #7CA69D; }
span { border-color: rgb(124,166,157); }
td.TdClassName
{
border-color: #7CA69D;
}
.TagClassName
{
border-color: #7CA69D;
}
</style>