Shades of Cascade #8FA69F
Tints of Cascade #8FA69F
RGB
CMYK
RGB Variations
Color information
#8FA69F (or 0x8FA69F) is known color: Cascade. HEX triplet: 8F, A6 and 9F. RGB value is (143,166,159). Sum of RGB (Red+Green+Blue) = 143+166+159=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA69F is #705960. Grayscale: #9E9E9E. Windows color (decimal): -7362913 or 10462863. OLE color: 10462863.
HSL color Cylindrical-coordinate representation of color #8FA69F: hue angle of 161.74º 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 #8FA69F is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 159 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.35 |
| HSL | 161.74º | 0.11% | 0.61% | - |
| HSV(B) | 161.74º | 0.14% | 0.65% | - |
| XYZ | 31.22 | 35.62 | 38.03 | - |
| YUV | 158.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 159 | 0.14 | 0 | 0.04 | 0.35 | 161.74 | 0.11 | 0.61 |
| Hex | 8F | A6 | 9F | E | 0 | 4 | 23 | A2 | B | 3D |
| Octal | 217 | 246 | 237 | 16 | 0 | 4 | 43 | 242 | 13 | 75 |
| Binary | 10001111 | 10100110 | 10011111 | 1110 | 0 | 100 | 100011 | 10100010 | 1011 | 111101 |
Color Harmonies of #8FA69F
Complementary color
Monochromatic Colors of #8FA69F
Black with #8FA69F
Text Example
Text Example
White with #8FA69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA69F; }
p { color: rgb(143,166,159); }
H1.HeaderClassName
{
color: #8FA69F;
}
.AnyTagClassName
{
color: #8FA69F;
}
</style>
background-color css
<style>
a { background-color: #8FA69F; }
a { background-color: rgb(143,166,159); }
div.DivClassName
{
background-color: #8FA69F;
}
.BgClassName
{
background-color: #8FA69F;
}
</style>
border-color css
<style>
span { border-color: #8FA69F; }
span { border-color: rgb(143,166,159); }
td.TdClassName
{
border-color: #8FA69F;
}
.TagClassName
{
border-color: #8FA69F;
}
</style>