#8FA696

Color #8FA696 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #8FA696

Tints of Edward #8FA696

Color information

#8FA696 (or 0x8FA696) is unknown color: approx Edward. HEX triplet: 8F, A6 and 96. RGB value is (143,166,150). Sum of RGB (Red+Green+Blue) = 143+166+150=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA696 is #705969. Grayscale: #9D9D9D. Windows color (decimal): -7362922 or 9873039. OLE color: 9873039.

HSL color Cylindrical-coordinate representation of color #8FA696: hue angle of 138.26º 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 #8FA696 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB143166150-
CMYK0.1400.100.35
HSL138.26º11.44%60.59%-
HSV(B)138.26º13.86%65.1%-
XYZ30.4735.3134.06-
YUV157.3123.88117.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 31.15%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 150 (58.98% from 255) = 32.68%
R=31.15%
G=36.17%
B=32.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431661500.1400.100.35138.2611.4460.59
Hex8FA696E0A238ab3d
Octal21724622616012432121375
Binary100011111010011010010110111001010100011100010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FA696; }

 p { color: rgb(143,166,150); }

 H1.HeaderClassName
 {
   color: #8FA696;
 }
 .AnyTagClassName
 {
   color: #8FA696;
 }
</style>
background-color css

<style>
 a { background-color: #8FA696; }

 a { background-color: rgb(143,166,150); }

 div.DivClassName
 {
   background-color: #8FA696;
 }
 .BgClassName
 {
   background-color: #8FA696;
 }
</style>
border-color css

<style>
 span { border-color: #8FA696; }

 span { border-color: rgb(143,166,150); }

 td.TdClassName
 {
   border-color: #8FA696;
 }
 .TagClassName
 {
   border-color: #8FA696;
 }
</style>