Shades of Cascade #8BA79B
Tints of Cascade #8BA79B
RGB
CMYK
RGB Variations
Color information
#8BA79B (or 0x8BA79B) is known color: Cascade. HEX triplet: 8B, A7 and 9B. RGB value is (139,167,155). Sum of RGB (Red+Green+Blue) = 139+167+155=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA79B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA79B is #745864. Grayscale: #9D9D9D. Windows color (decimal): -7624805 or 10200971. OLE color: 10200971.
HSL color Cylindrical-coordinate representation of color #8BA79B: hue angle of 154.29º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8BA79B is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 167 | 155 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.35 |
| HSL | 154.29º | 0.14% | 0.6% | - |
| HSV(B) | 154.29º | 0.17% | 0.65% | - |
| XYZ | 30.38 | 35.49 | 36.26 | - |
| YUV | 157.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 155 | 0.17 | 0 | 0.07 | 0.35 | 154.29 | 0.14 | 0.6 |
| Hex | 8B | A7 | 9B | 11 | 0 | 7 | 23 | 9A | E | 3C |
| Octal | 213 | 247 | 233 | 21 | 0 | 7 | 43 | 232 | 16 | 74 |
| Binary | 10001011 | 10100111 | 10011011 | 10001 | 0 | 111 | 100011 | 10011010 | 1110 | 111100 |
Color Harmonies of #8BA79B
Complementary color
Monochromatic Colors of #8BA79B
Black with #8BA79B
Text Example
Text Example
White with #8BA79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA79B; }
p { color: rgb(139,167,155); }
H1.HeaderClassName
{
color: #8BA79B;
}
.AnyTagClassName
{
color: #8BA79B;
}
</style>
background-color css
<style>
a { background-color: #8BA79B; }
a { background-color: rgb(139,167,155); }
div.DivClassName
{
background-color: #8BA79B;
}
.BgClassName
{
background-color: #8BA79B;
}
</style>
border-color css
<style>
span { border-color: #8BA79B; }
span { border-color: rgb(139,167,155); }
td.TdClassName
{
border-color: #8BA79B;
}
.TagClassName
{
border-color: #8BA79B;
}
</style>