#7DA72C

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

Shades of Sushi #7DA72C

Tints of Sushi #7DA72C

Color information

#7DA72C (or 0x7DA72C) is unknown color: approx Sushi. HEX triplet: 7D, A7 and 2C. RGB value is (125,167,44). Sum of RGB (Red+Green+Blue) = 125+167+44=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 167 (65.62% from 255 or 49.70% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA72C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA72C is #8258D3. Grayscale: #8C8C8C. Windows color (decimal): -8542420 or 2926461. OLE color: 2926461.

HSL color Cylindrical-coordinate representation of color #7DA72C: hue angle of 80.49º degrees, saturation: 0.58, 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 #7DA72C is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB12516744-
CMYK0.2500.740.35
HSL80.49º58.29%41.37%-
HSV(B)80.49º73.65%65.49%-
XYZ22.7332.187.4-
YUV140.4273.59117-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.20%
GREEN value IS 167 (65.62% from 255) = 49.70%
BLUE value IS 44 (17.58% from 255) = 13.10%
R=37.20%
G=49.70%
B=13.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal125167440.2500.740.3580.4958.2941.37
Hex7DA72C1904A23503a29
Octal17524754310112431207251
Binary11111011010011110110011001010010101000111010000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,167,44); }

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

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

 a { background-color: rgb(125,167,44); }

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

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

 span { border-color: rgb(125,167,44); }

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