#7DAA40

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

Shades of Sushi #7DAA40

Tints of Sushi #7DAA40

Color information

#7DAA40 (or 0x7DAA40) is unknown color: approx Sushi. HEX triplet: 7D, AA and 40. RGB value is (125,170,64). Sum of RGB (Red+Green+Blue) = 125+170+64=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAA40 is #8255BF. Grayscale: #909090. Windows color (decimal): -8541632 or 4237949. OLE color: 4237949.

HSL color Cylindrical-coordinate representation of color #7DAA40: hue angle of 85.47º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DAA40 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB12517064-
CMYK0.2600.620.33
HSL85.47º45.3%45.88%-
HSV(B)85.47º62.35%66.67%-
XYZ23.7633.4810.06-
YUV144.4682.59114.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.82%
GREEN value IS 170 (66.80% from 255) = 47.35%
BLUE value IS 64 (25.39% from 255) = 17.83%
R=34.82%
G=47.35%
B=17.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125170640.2600.620.3385.4745.345.88
Hex7DAA401A03E21552d2e
Octal17525210032076411255556
Binary11111011010101010000001101001111101000011010101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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