Shades of Cascade #7BA59C
Tints of Cascade #7BA59C
RGB
CMYK
RGB Variations
Color information
#7BA59C (or 0x7BA59C) is known color: Cascade. HEX triplet: 7B, A5 and 9C. RGB value is (123,165,156). Sum of RGB (Red+Green+Blue) = 123+165+156=444 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.70% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA59C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA59C is #845A63. Grayscale: #979797. Windows color (decimal): -8673892 or 10265979. OLE color: 10265979.
HSL color Cylindrical-coordinate representation of color #7BA59C: hue angle of 167.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA59C is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 165 | 156 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.35 |
| HSL | 167.14º | 0.19% | 0.56% | - |
| HSV(B) | 167.14º | 0.25% | 0.65% | - |
| XYZ | 27.62 | 33.52 | 36.47 | - |
| YUV | 151.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 165 | 156 | 0.25 | 0 | 0.05 | 0.35 | 167.14 | 0.19 | 0.56 |
| Hex | 7B | A5 | 9C | 19 | 0 | 5 | 23 | A7 | 13 | 38 |
| Octal | 173 | 245 | 234 | 31 | 0 | 5 | 43 | 247 | 23 | 70 |
| Binary | 1111011 | 10100101 | 10011100 | 11001 | 0 | 101 | 100011 | 10100111 | 10011 | 111000 |
Color Harmonies of #7BA59C
Complementary color
Monochromatic Colors of #7BA59C
Black with #7BA59C
Text Example
Text Example
White with #7BA59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA59C; }
p { color: rgb(123,165,156); }
H1.HeaderClassName
{
color: #7BA59C;
}
.AnyTagClassName
{
color: #7BA59C;
}
</style>
background-color css
<style>
a { background-color: #7BA59C; }
a { background-color: rgb(123,165,156); }
div.DivClassName
{
background-color: #7BA59C;
}
.BgClassName
{
background-color: #7BA59C;
}
</style>
border-color css
<style>
span { border-color: #7BA59C; }
span { border-color: rgb(123,165,156); }
td.TdClassName
{
border-color: #7BA59C;
}
.TagClassName
{
border-color: #7BA59C;
}
</style>