Shades of Cascade #7FA69D
Tints of Cascade #7FA69D
RGB
CMYK
RGB Variations
Color information
#7FA69D (or 0x7FA69D) is known color: Cascade. HEX triplet: 7F, A6 and 9D. RGB value is (127,166,157). Sum of RGB (Red+Green+Blue) = 127+166+157=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA69D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA69D is #805962. Grayscale: #999999. Windows color (decimal): -8411491 or 10331775. OLE color: 10331775.
HSL color Cylindrical-coordinate representation of color #7FA69D: hue angle of 166.15º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA69D is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 166 | 157 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.35 |
| HSL | 166.15º | 0.18% | 0.57% | - |
| HSV(B) | 166.15º | 0.23% | 0.65% | - |
| XYZ | 28.47 | 34.22 | 37 | - |
| YUV | 153.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 166 | 157 | 0.23 | 0 | 0.05 | 0.35 | 166.15 | 0.18 | 0.57 |
| Hex | 7F | A6 | 9D | 17 | 0 | 5 | 23 | A6 | 12 | 39 |
| Octal | 177 | 246 | 235 | 27 | 0 | 5 | 43 | 246 | 22 | 71 |
| Binary | 1111111 | 10100110 | 10011101 | 10111 | 0 | 101 | 100011 | 10100110 | 10010 | 111001 |
Color Harmonies of #7FA69D
Complementary color
Monochromatic Colors of #7FA69D
Black with #7FA69D
Text Example
Text Example
White with #7FA69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA69D; }
p { color: rgb(127,166,157); }
H1.HeaderClassName
{
color: #7FA69D;
}
.AnyTagClassName
{
color: #7FA69D;
}
</style>
background-color css
<style>
a { background-color: #7FA69D; }
a { background-color: rgb(127,166,157); }
div.DivClassName
{
background-color: #7FA69D;
}
.BgClassName
{
background-color: #7FA69D;
}
</style>
border-color css
<style>
span { border-color: #7FA69D; }
span { border-color: rgb(127,166,157); }
td.TdClassName
{
border-color: #7FA69D;
}
.TagClassName
{
border-color: #7FA69D;
}
</style>