Shades of Cascade #8FA69C
Tints of Cascade #8FA69C
RGB
CMYK
RGB Variations
Color information
#8FA69C (or 0x8FA69C) is known color: Cascade. HEX triplet: 8F, A6 and 9C. RGB value is (143,166,156). Sum of RGB (Red+Green+Blue) = 143+166+156=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA69C is #705963. Grayscale: #9E9E9E. Windows color (decimal): -7362916 or 10266255. OLE color: 10266255.
HSL color Cylindrical-coordinate representation of color #8FA69C: hue angle of 153.91º 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 #8FA69C is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 156 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.35 |
| HSL | 153.91º | 0.11% | 0.61% | - |
| HSV(B) | 153.91º | 0.14% | 0.65% | - |
| XYZ | 30.96 | 35.51 | 36.68 | - |
| YUV | 157.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 156 | 0.14 | 0 | 0.06 | 0.35 | 153.91 | 0.11 | 0.61 |
| Hex | 8F | A6 | 9C | E | 0 | 6 | 23 | 9A | B | 3D |
| Octal | 217 | 246 | 234 | 16 | 0 | 6 | 43 | 232 | 13 | 75 |
| Binary | 10001111 | 10100110 | 10011100 | 1110 | 0 | 110 | 100011 | 10011010 | 1011 | 111101 |
Color Harmonies of #8FA69C
Complementary color
Monochromatic Colors of #8FA69C
Black with #8FA69C
Text Example
Text Example
White with #8FA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA69C; }
p { color: rgb(143,166,156); }
H1.HeaderClassName
{
color: #8FA69C;
}
.AnyTagClassName
{
color: #8FA69C;
}
</style>
background-color css
<style>
a { background-color: #8FA69C; }
a { background-color: rgb(143,166,156); }
div.DivClassName
{
background-color: #8FA69C;
}
.BgClassName
{
background-color: #8FA69C;
}
</style>
border-color css
<style>
span { border-color: #8FA69C; }
span { border-color: rgb(143,166,156); }
td.TdClassName
{
border-color: #8FA69C;
}
.TagClassName
{
border-color: #8FA69C;
}
</style>