#7DA037

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

Shades of Sushi #7DA037

Tints of Sushi #7DA037

Color information

#7DA037 (or 0x7DA037) is unknown color: approx Sushi. HEX triplet: 7D, A0 and 37. RGB value is (125,160,55). Sum of RGB (Red+Green+Blue) = 125+160+55=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA037 is #825FC8. Grayscale: #898989. Windows color (decimal): -8544201 or 3645565. OLE color: 3645565.

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

Color convert

RGB12516055-
CMYK0.2200.660.37
HSL80º48.84%42.16%-
HSV(B)80º65.62%62.75%-
XYZ21.7229.788.22-
YUV137.5681.4119.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.76%
GREEN value IS 160 (62.89% from 255) = 47.06%
BLUE value IS 55 (21.88% from 255) = 16.18%
R=36.76%
G=47.06%
B=16.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal125160550.2200.660.378048.8442.16
Hex7DA037160422550312a
Octal17524067260102451206152
Binary11111011010000011011110110010000101001011010000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DA037; }

 p { color: rgb(125,160,55); }

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

<style>
 a { background-color: #7DA037; }

 a { background-color: rgb(125,160,55); }

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

<style>
 span { border-color: #7DA037; }

 span { border-color: rgb(125,160,55); }

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