#7DA52B

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

Shades of Sushi #7DA52B

Tints of Sushi #7DA52B

Color information

#7DA52B (or 0x7DA52B) is unknown color: approx Sushi. HEX triplet: 7D, A5 and 2B. RGB value is (125,165,43). Sum of RGB (Red+Green+Blue) = 125+165+43=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA52B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA52B is #825AD4. Grayscale: #8B8B8B. Windows color (decimal): -8542933 or 2860413. OLE color: 2860413.

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

Color convert

RGB12516543-
CMYK0.2400.740.35
HSL79.67º58.65%40.78%-
HSV(B)79.67º73.94%64.71%-
XYZ22.3531.447.18-
YUV139.1373.75117.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.54%
GREEN value IS 165 (64.84% from 255) = 49.55%
BLUE value IS 43 (17.19% from 255) = 12.91%
R=37.54%
G=49.55%
B=12.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal125165430.2400.740.3579.6758.6540.78
Hex7DA52B1804A23503b29
Octal17524553300112431207351
Binary11111011010010110101111000010010101000111010000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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