#80A62D

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

Shades of Sushi #80A62D

Tints of Sushi #80A62D

Color information

#80A62D (or 0x80A62D) is unknown color: approx Sushi. HEX triplet: 80, A6 and 2D. RGB value is (128,166,45). Sum of RGB (Red+Green+Blue) = 128+166+45=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #80A62D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A62D is #7F59D2. Grayscale: #8D8D8D. Windows color (decimal): -8346067 or 2991744. OLE color: 2991744.

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

Color convert

RGB12816645-
CMYK0.2300.730.35
HSL78.84º57.35%41.37%-
HSV(B)78.84º72.89%65.1%-
XYZ23.0132.057.46-
YUV140.8473.91118.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 166 (65.23% from 255) = 48.97%
BLUE value IS 45 (17.97% from 255) = 13.27%
R=37.76%
G=48.97%
B=13.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128166450.2300.730.3578.8457.3541.37
Hex80A62D17049234f3929
Octal20024655270111431177151
Binary100000001010011010110110111010010011000111001111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,166,45); }

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

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

 a { background-color: rgb(128,166,45); }

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

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

 span { border-color: rgb(128,166,45); }

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