#7DA03D

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

Shades of Sushi #7DA03D

Tints of Sushi #7DA03D

Color information

#7DA03D (or 0x7DA03D) is unknown color: approx Sushi. HEX triplet: 7D, A0 and 3D. RGB value is (125,160,61). Sum of RGB (Red+Green+Blue) = 125+160+61=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA03D is #825FC2. Grayscale: #8A8A8A. Windows color (decimal): -8544195 or 4038781. OLE color: 4038781.

HSL color Cylindrical-coordinate representation of color #7DA03D: hue angle of 81.21º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DA03D is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB12516061-
CMYK0.2200.620.37
HSL81.21º44.8%43.33%-
HSV(B)81.21º61.87%62.75%-
XYZ21.8729.849.02-
YUV138.2584.4118.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.13%
GREEN value IS 160 (62.89% from 255) = 46.24%
BLUE value IS 61 (24.22% from 255) = 17.63%
R=36.13%
G=46.24%
B=17.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal125160610.2200.620.3781.2144.843.33
Hex7DA03D1603E25512d2b
Octal1752407526076451215553
Binary1111101101000001111011011001111101001011010001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,160,61); }

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

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

 a { background-color: rgb(125,160,61); }

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

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

 span { border-color: rgb(125,160,61); }

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