#7DA444

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

Shades of Sushi #7DA444

Tints of Sushi #7DA444

Color information

#7DA444 (or 0x7DA444) is unknown color: approx Sushi. HEX triplet: 7D, A4 and 44. RGB value is (125,164,68). Sum of RGB (Red+Green+Blue) = 125+164+68=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA444 is #825BBB. Grayscale: #8D8D8D. Windows color (decimal): -8543164 or 4498557. OLE color: 4498557.

HSL color Cylindrical-coordinate representation of color #7DA444: hue angle of 84.38º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DA444 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB12516468-
CMYK0.2400.590.36
HSL84.38º41.38%45.49%-
HSV(B)84.38º58.54%64.31%-
XYZ22.7831.3310.32-
YUV141.486.58116.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.01%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 68 (26.95% from 255) = 19.05%
R=35.01%
G=45.94%
B=19.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal125164680.2400.590.3684.3841.3845.49
Hex7DA4441803B2454292d
Octal17524410430073441245155
Binary11111011010010010001001100001110111001001010100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,164,68); }

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

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

 a { background-color: rgb(125,164,68); }

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

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

 span { border-color: rgb(125,164,68); }

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