Shades of Cascade #8FA69D
Tints of Cascade #8FA69D
RGB
CMYK
RGB Variations
Color information
#8FA69D (or 0x8FA69D) is known color: Cascade. HEX triplet: 8F, A6 and 9D. RGB value is (143,166,157). Sum of RGB (Red+Green+Blue) = 143+166+157=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA69D is #705962. Grayscale: #9E9E9E. Windows color (decimal): -7362915 or 10331791. OLE color: 10331791.
HSL color Cylindrical-coordinate representation of color #8FA69D: hue angle of 156.52º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA69D is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 157 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.35 |
| HSL | 156.52º | 0.11% | 0.61% | - |
| HSV(B) | 156.52º | 0.14% | 0.65% | - |
| XYZ | 31.05 | 35.55 | 37.12 | - |
| YUV | 158.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 157 | 0.14 | 0 | 0.05 | 0.35 | 156.52 | 0.11 | 0.61 |
| Hex | 8F | A6 | 9D | E | 0 | 5 | 23 | 9D | B | 3D |
| Octal | 217 | 246 | 235 | 16 | 0 | 5 | 43 | 235 | 13 | 75 |
| Binary | 10001111 | 10100110 | 10011101 | 1110 | 0 | 101 | 100011 | 10011101 | 1011 | 111101 |
Color Harmonies of #8FA69D
Complementary color
Monochromatic Colors of #8FA69D
Black with #8FA69D
Text Example
Text Example
White with #8FA69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA69D; }
p { color: rgb(143,166,157); }
H1.HeaderClassName
{
color: #8FA69D;
}
.AnyTagClassName
{
color: #8FA69D;
}
</style>
background-color css
<style>
a { background-color: #8FA69D; }
a { background-color: rgb(143,166,157); }
div.DivClassName
{
background-color: #8FA69D;
}
.BgClassName
{
background-color: #8FA69D;
}
</style>
border-color css
<style>
span { border-color: #8FA69D; }
span { border-color: rgb(143,166,157); }
td.TdClassName
{
border-color: #8FA69D;
}
.TagClassName
{
border-color: #8FA69D;
}
</style>