#80A43F

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

Shades of Sushi #80A43F

Tints of Sushi #80A43F

Color information

#80A43F (or 0x80A43F) is unknown color: approx Sushi. HEX triplet: 80, A4 and 3F. RGB value is (128,164,63). Sum of RGB (Red+Green+Blue) = 128+164+63=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 164 - color contains mainly: green. Hex color #80A43F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A43F is #7F5BC0. Grayscale: #8E8E8E. Windows color (decimal): -8346561 or 4170880. OLE color: 4170880.

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

Color convert

RGB12816463-
CMYK0.2200.620.36
HSL81.39º44.49%44.51%-
HSV(B)81.39º61.59%64.31%-
XYZ23.0731.59.57-
YUV141.7283.57118.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.06%
GREEN value IS 164 (64.45% from 255) = 46.20%
BLUE value IS 63 (25% from 255) = 17.75%
R=36.06%
G=46.20%
B=17.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128164630.2200.620.3681.3944.4944.51
Hex80A43F1603E24512c2d
Octal2002447726076441215455
Binary10000000101001001111111011001111101001001010001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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