#7DA240

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

Shades of Sushi #7DA240

Tints of Sushi #7DA240

Color information

#7DA240 (or 0x7DA240) is unknown color: approx Sushi. HEX triplet: 7D, A2 and 40. RGB value is (125,162,64). Sum of RGB (Red+Green+Blue) = 125+162+64=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA240 is #825DBF. Grayscale: #8C8C8C. Windows color (decimal): -8543680 or 4235901. OLE color: 4235901.

HSL color Cylindrical-coordinate representation of color #7DA240: hue angle of 82.65º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DA240 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB12516264-
CMYK0.2300.600.36
HSL82.65º43.36%44.31%-
HSV(B)82.65º60.49%63.53%-
XYZ22.330.579.58-
YUV139.7685.24117.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.61%
GREEN value IS 162 (63.67% from 255) = 46.15%
BLUE value IS 64 (25.39% from 255) = 18.23%
R=35.61%
G=46.15%
B=18.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal125162640.2300.600.3682.6543.3644.31
Hex7DA2401703C24532b2c
Octal17524210027074441235354
Binary11111011010001010000001011101111001001001010011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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