Shades of Cascade #7BA49B
Tints of Cascade #7BA49B
RGB
CMYK
RGB Variations
Color information
#7BA49B (or 0x7BA49B) is known color: Cascade. HEX triplet: 7B, A4 and 9B. RGB value is (123,164,155). Sum of RGB (Red+Green+Blue) = 123+164+155=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA49B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA49B is #845B64. Grayscale: #969696. Windows color (decimal): -8674149 or 10200187. OLE color: 10200187.
HSL color Cylindrical-coordinate representation of color #7BA49B: hue angle of 166.83º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA49B is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 155 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.36 |
| HSL | 166.83º | 0.18% | 0.56% | - |
| HSV(B) | 166.83º | 0.25% | 0.64% | - |
| XYZ | 27.36 | 33.13 | 35.96 | - |
| YUV | 150.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 155 | 0.25 | 0 | 0.05 | 0.36 | 166.83 | 0.18 | 0.56 |
| Hex | 7B | A4 | 9B | 19 | 0 | 5 | 24 | A7 | 12 | 38 |
| Octal | 173 | 244 | 233 | 31 | 0 | 5 | 44 | 247 | 22 | 70 |
| Binary | 1111011 | 10100100 | 10011011 | 11001 | 0 | 101 | 100100 | 10100111 | 10010 | 111000 |
Color Harmonies of #7BA49B
Complementary color
Monochromatic Colors of #7BA49B
Black with #7BA49B
Text Example
Text Example
White with #7BA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA49B; }
p { color: rgb(123,164,155); }
H1.HeaderClassName
{
color: #7BA49B;
}
.AnyTagClassName
{
color: #7BA49B;
}
</style>
background-color css
<style>
a { background-color: #7BA49B; }
a { background-color: rgb(123,164,155); }
div.DivClassName
{
background-color: #7BA49B;
}
.BgClassName
{
background-color: #7BA49B;
}
</style>
border-color css
<style>
span { border-color: #7BA49B; }
span { border-color: rgb(123,164,155); }
td.TdClassName
{
border-color: #7BA49B;
}
.TagClassName
{
border-color: #7BA49B;
}
</style>