Shades of Cascade #7FA69E
Tints of Cascade #7FA69E
RGB
CMYK
RGB Variations
Color information
#7FA69E (or 0x7FA69E) is known color: Cascade. HEX triplet: 7F, A6 and 9E. RGB value is (127,166,158). Sum of RGB (Red+Green+Blue) = 127+166+158=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA69E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA69E is #805961. Grayscale: #999999. Windows color (decimal): -8411490 or 10397311. OLE color: 10397311.
HSL color Cylindrical-coordinate representation of color #7FA69E: hue angle of 167.69º 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 #7FA69E is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 166 | 158 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.35 |
| HSL | 167.69º | 0.18% | 0.57% | - |
| HSV(B) | 167.69º | 0.23% | 0.65% | - |
| XYZ | 28.56 | 34.25 | 37.45 | - |
| YUV | 153.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 166 | 158 | 0.23 | 0 | 0.05 | 0.35 | 167.69 | 0.18 | 0.57 |
| Hex | 7F | A6 | 9E | 17 | 0 | 5 | 23 | A8 | 12 | 39 |
| Octal | 177 | 246 | 236 | 27 | 0 | 5 | 43 | 250 | 22 | 71 |
| Binary | 1111111 | 10100110 | 10011110 | 10111 | 0 | 101 | 100011 | 10101000 | 10010 | 111001 |
Color Harmonies of #7FA69E
Complementary color
Monochromatic Colors of #7FA69E
Black with #7FA69E
Text Example
Text Example
White with #7FA69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA69E; }
p { color: rgb(127,166,158); }
H1.HeaderClassName
{
color: #7FA69E;
}
.AnyTagClassName
{
color: #7FA69E;
}
</style>
background-color css
<style>
a { background-color: #7FA69E; }
a { background-color: rgb(127,166,158); }
div.DivClassName
{
background-color: #7FA69E;
}
.BgClassName
{
background-color: #7FA69E;
}
</style>
border-color css
<style>
span { border-color: #7FA69E; }
span { border-color: rgb(127,166,158); }
td.TdClassName
{
border-color: #7FA69E;
}
.TagClassName
{
border-color: #7FA69E;
}
</style>