#7DA040

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

Shades of Sushi #7DA040

Tints of Sushi #7DA040

Color information

#7DA040 (or 0x7DA040) is unknown color: approx Sushi. HEX triplet: 7D, A0 and 40. RGB value is (125,160,64). Sum of RGB (Red+Green+Blue) = 125+160+64=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA040 is #825FBF. Grayscale: #8A8A8A. Windows color (decimal): -8544192 or 4235389. OLE color: 4235389.

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

Color convert

RGB12516064-
CMYK0.2200.60.37
HSL81.88º42.86%43.92%-
HSV(B)81.88º60%62.75%-
XYZ21.9529.879.46-
YUV138.5985.9118.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.82%
GREEN value IS 160 (62.89% from 255) = 45.85%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=35.82%
G=45.85%
B=18.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal125160640.2200.60.3781.8842.8643.92
Hex7DA0401603C25522b2c
Octal17524010026074451225354
Binary11111011010000010000001011001111001001011010010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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