Shades of Cascade #8FA69B
Tints of Cascade #8FA69B
RGB
CMYK
RGB Variations
Color information
#8FA69B (or 0x8FA69B) is known color: Cascade. HEX triplet: 8F, A6 and 9B. RGB value is (143,166,155). Sum of RGB (Red+Green+Blue) = 143+166+155=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA69B is #705964. Grayscale: #9D9D9D. Windows color (decimal): -7362917 or 10200719. OLE color: 10200719.
HSL color Cylindrical-coordinate representation of color #8FA69B: hue angle of 151.3º 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 #8FA69B is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 155 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.35 |
| HSL | 151.3º | 0.11% | 0.61% | - |
| HSV(B) | 151.3º | 0.14% | 0.65% | - |
| XYZ | 30.88 | 35.48 | 36.23 | - |
| YUV | 157.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 155 | 0.14 | 0 | 0.07 | 0.35 | 151.3 | 0.11 | 0.61 |
| Hex | 8F | A6 | 9B | E | 0 | 7 | 23 | 97 | B | 3D |
| Octal | 217 | 246 | 233 | 16 | 0 | 7 | 43 | 227 | 13 | 75 |
| Binary | 10001111 | 10100110 | 10011011 | 1110 | 0 | 111 | 100011 | 10010111 | 1011 | 111101 |
Color Harmonies of #8FA69B
Complementary color
Monochromatic Colors of #8FA69B
Black with #8FA69B
Text Example
Text Example
White with #8FA69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA69B; }
p { color: rgb(143,166,155); }
H1.HeaderClassName
{
color: #8FA69B;
}
.AnyTagClassName
{
color: #8FA69B;
}
</style>
background-color css
<style>
a { background-color: #8FA69B; }
a { background-color: rgb(143,166,155); }
div.DivClassName
{
background-color: #8FA69B;
}
.BgClassName
{
background-color: #8FA69B;
}
</style>
border-color css
<style>
span { border-color: #8FA69B; }
span { border-color: rgb(143,166,155); }
td.TdClassName
{
border-color: #8FA69B;
}
.TagClassName
{
border-color: #8FA69B;
}
</style>