#8FA695

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

Shades of Edward #8FA695

Tints of Edward #8FA695

Color information

#8FA695 (or 0x8FA695) is unknown color: approx 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

RGB143166149-
CMYK0.1400.100.35
HSL135.65º11.44%60.59%-
HSV(B)135.65º13.86%65.1%-
XYZ30.3935.2833.64-
YUV157.18123.38117.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.22%
GREEN value IS 166 (65.23% from 255) = 36.24%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=31.22%
G=36.24%
B=32.53%

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
Decimal1431661490.1400.100.35135.6511.4460.59
Hex8FA695E0A2388b3d
Octal21724622516012432101375
Binary100011111010011010010101111001010100011100010001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>