#8F8E50

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

Shades of Highball #8F8E50

Tints of Highball #8F8E50

Color information

#8F8E50 (or 0x8F8E50) is unknown color: approx Highball. HEX triplet: 8F, 8E and 50. RGB value is (143,142,80). Sum of RGB (Red+Green+Blue) = 143+142+80=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8E50 is #7071AF. Grayscale: #878787. Windows color (decimal): -7369136 or 5279375. OLE color: 5279375.

HSL color Cylindrical-coordinate representation of color #8F8E50: hue angle of 59.05º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F8E50 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB14314280-
CMYK00.010.440.44
HSL59.05º28.25%43.73%-
HSV(B)59.05º44.06%56.08%-
XYZ22.4525.7611.38-
YUV135.2396.83133.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.18%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 80 (31.64% from 255) = 21.92%
R=39.18%
G=38.90%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431428000.010.440.4459.0528.2543.73
Hex8F8E50012C2C3b1c2c
Octal217216120015454733454
Binary100011111000111010100000110110010110011101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,142,80); }

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

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

 a { background-color: rgb(143,142,80); }

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

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

 span { border-color: rgb(143,142,80); }

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