#80A437

Color #80A437 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #80A437

Tints of Sushi #80A437

Color information

#80A437 (or 0x80A437) is unknown color: approx Sushi. HEX triplet: 80, A4 and 37. RGB value is (128,164,55). Sum of RGB (Red+Green+Blue) = 128+164+55=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #80A437 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A437 is #7F5BC8. Grayscale: #8D8D8D. Windows color (decimal): -8346569 or 3646592. OLE color: 3646592.

HSL color Cylindrical-coordinate representation of color #80A437: hue angle of 79.82º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80A437 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB12816455-
CMYK0.2200.660.36
HSL79.82º49.77%42.94%-
HSV(B)79.82º66.46%64.31%-
XYZ22.8731.428.47-
YUV140.8179.57118.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 164 (64.45% from 255) = 47.26%
BLUE value IS 55 (21.88% from 255) = 15.85%
R=36.89%
G=47.26%
B=15.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128164550.2200.660.3679.8249.7742.94
Hex80A437160422450322b
Octal20024467260102441206253
Binary100000001010010011011110110010000101001001010000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A437; }

 p { color: rgb(128,164,55); }

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

<style>
 a { background-color: #80A437; }

 a { background-color: rgb(128,164,55); }

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

<style>
 span { border-color: #80A437; }

 span { border-color: rgb(128,164,55); }

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