#80A135

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

Shades of Sushi #80A135

Tints of Sushi #80A135

Color information

#80A135 (or 0x80A135) is unknown color: approx Sushi. HEX triplet: 80, A1 and 35. RGB value is (128,161,53). Sum of RGB (Red+Green+Blue) = 128+161+53=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #80A135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A135 is #7F5ECA. Grayscale: #8B8B8B. Windows color (decimal): -8347339 or 3514752. OLE color: 3514752.

HSL color Cylindrical-coordinate representation of color #80A135: hue angle of 78.33º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80A135 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB12816153-
CMYK0.2000.670.37
HSL78.33º50.47%41.96%-
HSV(B)78.33º67.08%63.14%-
XYZ22.2930.348.05-
YUV138.8279.57120.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 161 (63.28% from 255) = 47.08%
BLUE value IS 53 (21.09% from 255) = 15.50%
R=37.43%
G=47.08%
B=15.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal128161530.2000.670.3778.3350.4741.96
Hex80A13514043254e322a
Octal20024165240103451166252
Binary100000001010000111010110100010000111001011001110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,161,53); }

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

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

 a { background-color: rgb(128,161,53); }

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

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

 span { border-color: rgb(128,161,53); }

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