Shades of Cascade #7BA29B
Tints of Cascade #7BA29B
RGB
CMYK
RGB Variations
Color information
#7BA29B (or 0x7BA29B) is known color: Cascade. HEX triplet: 7B, A2 and 9B. RGB value is (123,162,155). Sum of RGB (Red+Green+Blue) = 123+162+155=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA29B is #845D64. Grayscale: #959595. Windows color (decimal): -8674661 or 10199675. OLE color: 10199675.
HSL color Cylindrical-coordinate representation of color #7BA29B: hue angle of 169.23º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7BA29B is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 162 | 155 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.36 |
| HSL | 169.23º | 0.17% | 0.56% | - |
| HSV(B) | 169.23º | 0.24% | 0.64% | - |
| XYZ | 27.01 | 32.42 | 35.84 | - |
| YUV | 149.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 155 | 0.24 | 0 | 0.04 | 0.36 | 169.23 | 0.17 | 0.56 |
| Hex | 7B | A2 | 9B | 18 | 0 | 4 | 24 | A9 | 11 | 38 |
| Octal | 173 | 242 | 233 | 30 | 0 | 4 | 44 | 251 | 21 | 70 |
| Binary | 1111011 | 10100010 | 10011011 | 11000 | 0 | 100 | 100100 | 10101001 | 10001 | 111000 |
Color Harmonies of #7BA29B
Complementary color
Monochromatic Colors of #7BA29B
Black with #7BA29B
Text Example
Text Example
White with #7BA29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA29B; }
p { color: rgb(123,162,155); }
H1.HeaderClassName
{
color: #7BA29B;
}
.AnyTagClassName
{
color: #7BA29B;
}
</style>
background-color css
<style>
a { background-color: #7BA29B; }
a { background-color: rgb(123,162,155); }
div.DivClassName
{
background-color: #7BA29B;
}
.BgClassName
{
background-color: #7BA29B;
}
</style>
border-color css
<style>
span { border-color: #7BA29B; }
span { border-color: rgb(123,162,155); }
td.TdClassName
{
border-color: #7BA29B;
}
.TagClassName
{
border-color: #7BA29B;
}
</style>