Shades of Cascade #7FA399
Tints of Cascade #7FA399
RGB
CMYK
RGB Variations
Color information
#7FA399 (or 0x7FA399) is known color: Cascade. HEX triplet: 7F, A3 and 99. RGB value is (127,163,153). Sum of RGB (Red+Green+Blue) = 127+163+153=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA399 is #805C66. Grayscale: #979797. Windows color (decimal): -8412263 or 10068863. OLE color: 10068863.
HSL color Cylindrical-coordinate representation of color #7FA399: hue angle of 163.33º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7FA399 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 163 | 153 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.36 |
| HSL | 163.33º | 0.16% | 0.57% | - |
| HSV(B) | 163.33º | 0.22% | 0.64% | - |
| XYZ | 27.6 | 33.01 | 35.05 | - |
| YUV | 151.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 153 | 0.22 | 0 | 0.06 | 0.36 | 163.33 | 0.16 | 0.57 |
| Hex | 7F | A3 | 99 | 16 | 0 | 6 | 24 | A3 | 10 | 39 |
| Octal | 177 | 243 | 231 | 26 | 0 | 6 | 44 | 243 | 20 | 71 |
| Binary | 1111111 | 10100011 | 10011001 | 10110 | 0 | 110 | 100100 | 10100011 | 10000 | 111001 |
Color Harmonies of #7FA399
Complementary color
Monochromatic Colors of #7FA399
Black with #7FA399
Text Example
Text Example
White with #7FA399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA399; }
p { color: rgb(127,163,153); }
H1.HeaderClassName
{
color: #7FA399;
}
.AnyTagClassName
{
color: #7FA399;
}
</style>
background-color css
<style>
a { background-color: #7FA399; }
a { background-color: rgb(127,163,153); }
div.DivClassName
{
background-color: #7FA399;
}
.BgClassName
{
background-color: #7FA399;
}
</style>
border-color css
<style>
span { border-color: #7FA399; }
span { border-color: rgb(127,163,153); }
td.TdClassName
{
border-color: #7FA399;
}
.TagClassName
{
border-color: #7FA399;
}
</style>