Shades of Edward #8FA695
Tints of Edward #8FA695
RGB
CMYK
RGB Variations
Color information
#8FA695 (or 0x8FA695) is known color: Edward. HEX triplet: 8F, A6 and 95. RGB value is (143,166,149). Sum of RGB (Red+Green+Blue) = 143+166+149=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA695 is #70596A. Grayscale: #9D9D9D. Windows color (decimal): -7362923 or 9807503. OLE color: 9807503.
HSL color Cylindrical-coordinate representation of color #8FA695: hue angle of 135.65º 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 #8FA695 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 149 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.35 |
| HSL | 135.65º | 0.11% | 0.61% | - |
| HSV(B) | 135.65º | 0.14% | 0.65% | - |
| XYZ | 30.39 | 35.28 | 33.64 | - |
| YUV | 157.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 149 | 0.14 | 0 | 0.10 | 0.35 | 135.65 | 0.11 | 0.61 |
| Hex | 8F | A6 | 95 | E | 0 | A | 23 | 88 | B | 3D |
| Octal | 217 | 246 | 225 | 16 | 0 | 12 | 43 | 210 | 13 | 75 |
| Binary | 10001111 | 10100110 | 10010101 | 1110 | 0 | 1010 | 100011 | 10001000 | 1011 | 111101 |
Color Harmonies of #8FA695
Complementary color
Monochromatic Colors of #8FA695
Black with #8FA695
Text Example
Text Example
White with #8FA695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA695; }
p { color: rgb(143,166,149); }
H1.HeaderClassName
{
color: #8FA695;
}
.AnyTagClassName
{
color: #8FA695;
}
</style>
background-color css
<style>
a { background-color: #8FA695; }
a { background-color: rgb(143,166,149); }
div.DivClassName
{
background-color: #8FA695;
}
.BgClassName
{
background-color: #8FA695;
}
</style>
border-color css
<style>
span { border-color: #8FA695; }
span { border-color: rgb(143,166,149); }
td.TdClassName
{
border-color: #8FA695;
}
.TagClassName
{
border-color: #8FA695;
}
</style>