#7DA43A

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

Shades of Sushi #7DA43A

Tints of Sushi #7DA43A

Color information

#7DA43A (or 0x7DA43A) is unknown color: approx Sushi. HEX triplet: 7D, A4 and 3A. RGB value is (125,164,58). Sum of RGB (Red+Green+Blue) = 125+164+58=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA43A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA43A is #825BC5. Grayscale: #8C8C8C. Windows color (decimal): -8543174 or 3843197. OLE color: 3843197.

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

Color convert

RGB12516458-
CMYK0.2400.650.36
HSL82.08º47.75%43.53%-
HSV(B)82.08º64.63%64.31%-
XYZ22.531.228.84-
YUV140.2681.58117.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.02%
GREEN value IS 164 (64.45% from 255) = 47.26%
BLUE value IS 58 (23.05% from 255) = 16.71%
R=36.02%
G=47.26%
B=16.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal125164580.2400.650.3682.0847.7543.53
Hex7DA43A180412452302c
Octal17524472300101441226054
Binary11111011010010011101011000010000011001001010010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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