Html Css Color HEX #8FA095 Edward

📋 copy color: '#8FA095'

red 143 ◦ green 160 ◦ blue 149

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

Shades of Edward #8FA095

Tints of Edward #8FA095

RGB

 RED value IS 143 (56.25% from 255) = 31.64%

 GREEN value IS 160 (62.89% from 255) = 35.4%

 BLUE value IS 149 (58.59% from 255) = 32.96%

R = 31.64%
G = 35.4%
B = 32.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#8FA095 (or 0x8FA095) is known color: Edward. HEX triplet: 8F, A0 and 95. RGB value is (143,160,149). Sum of RGB (Red+Green+Blue) = 143+160+149=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA095 is #705F6A. Grayscale: #999999. Windows color (decimal): -7364459 or 9805967. OLE color: 9805967.

HSL color Cylindrical-coordinate representation of color #8FA095: hue angle of 141.18º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8FA095 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 143 160 149 -
CMYK 0.11 0 0.07 0.37
HSL 141.18º 0.08% 0.59% -
HSV(B) 141.18º 0.11% 0.63% -
XYZ 29.32 33.15 33.29 -
YUV 153.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 143 160 149 0.11 0 0.07 0.37 141.18 0.08 0.59
Hex 8F A0 95 B 0 7 25 8D 8 3B
Octal 217 240 225 13 0 7 45 215 10 73
Binary 10001111 10100000 10010101 1011 0 111 100101 10001101 1000 111011

Color Harmonies of #8FA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA095

Black with #8FA095

Text Example


Text Example

White with #8FA095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,160,149); }

 H1.HeaderClassName
 {
   color: #8FA095;
 }
 .AnyTagClassName
 {
   color: #8FA095;
 }
</style>

background-color css

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

 a { background-color: rgb(143,160,149); }

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

border-color css

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

 span { border-color: rgb(143,160,149); }

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