#8FA597

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

Shades of Edward #8FA597

Tints of Edward #8FA597

Color information

#8FA597 (or 0x8FA597) is unknown color: approx Edward. HEX triplet: 8F, A5 and 97. RGB value is (143,165,151). Sum of RGB (Red+Green+Blue) = 143+165+151=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA597 is #705A68. Grayscale: #9C9C9C. Windows color (decimal): -7363177 or 9938319. OLE color: 9938319.

HSL color Cylindrical-coordinate representation of color #8FA597: hue angle of 141.82º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8FA597 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB143165151-
CMYK0.1300.080.35
HSL141.82º10.89%60.39%-
HSV(B)141.82º13.33%64.71%-
XYZ30.3734.9834.43-
YUV156.83124.71118.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.15%
GREEN value IS 165 (64.84% from 255) = 35.95%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=31.15%
G=35.95%
B=32.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431651510.1300.080.35141.8210.8960.39
Hex8FA597D08238eb3c
Octal21724522715010432161374
Binary100011111010010110010111110101000100011100011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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