#80A739

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

Shades of Sushi #80A739

Tints of Sushi #80A739

Color information

#80A739 (or 0x80A739) is unknown color: approx Sushi. HEX triplet: 80, A7 and 39. RGB value is (128,167,57). Sum of RGB (Red+Green+Blue) = 128+167+57=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 167 - color contains mainly: green. Hex color #80A739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A739 is #7F58C6. Grayscale: #8F8F8F. Windows color (decimal): -8345799 or 3778432. OLE color: 3778432.

HSL color Cylindrical-coordinate representation of color #80A739: hue angle of 81.27º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80A739 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB12816757-
CMYK0.2300.660.35
HSL81.27º49.11%43.92%-
HSV(B)81.27º65.87%65.49%-
XYZ23.4632.528.91-
YUV142.879.58117.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 167 (65.62% from 255) = 47.44%
BLUE value IS 57 (22.66% from 255) = 16.19%
R=36.36%
G=47.44%
B=16.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128167570.2300.660.3581.2749.1143.92
Hex80A739170422351312c
Octal20024771270102431216154
Binary100000001010011111100110111010000101000111010001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,167,57); }

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

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

 a { background-color: rgb(128,167,57); }

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

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

 span { border-color: rgb(128,167,57); }

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