#80A740

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

Shades of Sushi #80A740

Tints of Sushi #80A740

Color information

#80A740 (or 0x80A740) is unknown color: approx Sushi. HEX triplet: 80, A7 and 40. RGB value is (128,167,64). Sum of RGB (Red+Green+Blue) = 128+167+64=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 167 - color contains mainly: green. Hex color #80A740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A740 is #7F58BF. Grayscale: #8F8F8F. Windows color (decimal): -8345792 or 4237184. OLE color: 4237184.

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

Color convert

RGB12816764-
CMYK0.2300.620.35
HSL82.72º44.59%45.29%-
HSV(B)82.72º61.68%65.49%-
XYZ23.6532.69.9-
YUV143.683.08116.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 167 (65.62% from 255) = 46.52%
BLUE value IS 64 (25.39% from 255) = 17.83%
R=35.65%
G=46.52%
B=17.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128167640.2300.620.3582.7244.5945.29
Hex80A7401703E23532d2d
Octal20024710027076431235555
Binary100000001010011110000001011101111101000111010011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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