#7DA539

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

Shades of Sushi #7DA539

Tints of Sushi #7DA539

Color information

#7DA539 (or 0x7DA539) is unknown color: approx Sushi. HEX triplet: 7D, A5 and 39. RGB value is (125,165,57). Sum of RGB (Red+Green+Blue) = 125+165+57=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA539 is #825AC6. Grayscale: #8D8D8D. Windows color (decimal): -8542919 or 3777917. OLE color: 3777917.

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

Color convert

RGB12516557-
CMYK0.2400.650.35
HSL82.22º48.65%43.53%-
HSV(B)82.22º65.45%64.71%-
XYZ22.6531.578.77-
YUV140.7380.75116.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.02%
GREEN value IS 165 (64.84% from 255) = 47.55%
BLUE value IS 57 (22.66% from 255) = 16.43%
R=36.02%
G=47.55%
B=16.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal125165570.2400.650.3582.2248.6543.53
Hex7DA539180412352312c
Octal17524571300101431226154
Binary11111011010010111100111000010000011000111010010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,165,57); }

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

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

 a { background-color: rgb(125,165,57); }

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

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

 span { border-color: rgb(125,165,57); }

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