Shades of Cascade #7FA298
Tints of Cascade #7FA298
RGB
CMYK
RGB Variations
Color information
#7FA298 (or 0x7FA298) is known color: Cascade. HEX triplet: 7F, A2 and 98. RGB value is (127,162,152). Sum of RGB (Red+Green+Blue) = 127+162+152=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA298 is #805D67. Grayscale: #969696. Windows color (decimal): -8412520 or 10003071. OLE color: 10003071.
HSL color Cylindrical-coordinate representation of color #7FA298: hue angle of 162.86º 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 #7FA298 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 152 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.36 |
| HSL | 162.86º | 0.16% | 0.57% | - |
| HSV(B) | 162.86º | 0.22% | 0.64% | - |
| XYZ | 27.34 | 32.62 | 34.56 | - |
| YUV | 150.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 152 | 0.22 | 0 | 0.06 | 0.36 | 162.86 | 0.16 | 0.57 |
| Hex | 7F | A2 | 98 | 16 | 0 | 6 | 24 | A3 | 10 | 39 |
| Octal | 177 | 242 | 230 | 26 | 0 | 6 | 44 | 243 | 20 | 71 |
| Binary | 1111111 | 10100010 | 10011000 | 10110 | 0 | 110 | 100100 | 10100011 | 10000 | 111001 |
Color Harmonies of #7FA298
Complementary color
Monochromatic Colors of #7FA298
Black with #7FA298
Text Example
Text Example
White with #7FA298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA298; }
p { color: rgb(127,162,152); }
H1.HeaderClassName
{
color: #7FA298;
}
.AnyTagClassName
{
color: #7FA298;
}
</style>
background-color css
<style>
a { background-color: #7FA298; }
a { background-color: rgb(127,162,152); }
div.DivClassName
{
background-color: #7FA298;
}
.BgClassName
{
background-color: #7FA298;
}
</style>
border-color css
<style>
span { border-color: #7FA298; }
span { border-color: rgb(127,162,152); }
td.TdClassName
{
border-color: #7FA298;
}
.TagClassName
{
border-color: #7FA298;
}
</style>