Html Css Color HEX #8FA697 Edward

📋 copy color: '#8FA697'

red 143 ◦ green 166 ◦ blue 151

#8FA697
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edward #8FA697

Tints of Edward #8FA697

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 value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#8FA697 (or 0x8FA697) is known color: 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

RGB 143 166 151 -
CMYK 0.14 0 0.09 0.35
HSL 140.87º 0.11% 0.61% -
HSV(B) 140.87º 0.14% 0.65% -
XYZ 30.55 35.35 34.49 -
YUV 157.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 143 166 151 0.14 0 0.09 0.35 140.87 0.11 0.61
Hex 8F A6 97 E 0 9 23 8D B 3D
Octal 217 246 227 16 0 11 43 215 13 75
Binary 10001111 10100110 10010111 1110 0 1001 100011 10001101 1011 111101

Color Harmonies of #8FA697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA697

Black with #8FA697

Text Example


Text Example

White with #8FA697

Text Example


Text Example

HTML Codes & Css Web 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>