#80A12F

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

Shades of Sushi #80A12F

Tints of Sushi #80A12F

Color information

#80A12F (or 0x80A12F) is unknown color: approx Sushi. HEX triplet: 80, A1 and 2F. RGB value is (128,161,47). Sum of RGB (Red+Green+Blue) = 128+161+47=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #80A12F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A12F is #7F5ED0. Grayscale: #8A8A8A. Windows color (decimal): -8347345 or 3121536. OLE color: 3121536.

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

Color convert

RGB12816147-
CMYK0.2000.710.37
HSL77.37º54.81%40.78%-
HSV(B)77.37º70.81%63.14%-
XYZ22.1630.287.37-
YUV138.1476.57120.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.10%
GREEN value IS 161 (63.28% from 255) = 47.92%
BLUE value IS 47 (18.75% from 255) = 13.99%
R=38.10%
G=47.92%
B=13.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal128161470.2000.710.3777.3754.8140.78
Hex80A12F14047254d3729
Octal20024157240107451156751
Binary100000001010000110111110100010001111001011001101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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