#8FA697

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

Shades of Edward #8FA697

Tints of Edward #8FA697

Color information

#8FA697 (or 0x8FA697) is unknown color: approx Edward. HEX triplet: 8F, A6 and 97. RGB value is (143,166,151). Sum of RGB (Red+Green+Blue) = 143+166+151=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA697 is #705968. Grayscale: #9D9D9D. Windows color (decimal): -7362921 or 9938575. OLE color: 9938575.

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

Color convert

RGB143166151-
CMYK0.1400.090.35
HSL140.87º11.44%60.59%-
HSV(B)140.87º13.86%65.1%-
XYZ30.5535.3534.49-
YUV157.41124.38117.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.09%
GREEN value IS 166 (65.23% from 255) = 36.09%
BLUE value IS 151 (59.38% from 255) = 32.83%
R=31.09%
G=36.09%
B=32.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431661510.1400.090.35140.8711.4460.59
Hex8FA697E09238db3d
Octal21724622716011432151375
Binary100011111010011010010111111001001100011100011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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