Html Css Color HEX #7DA040 Sushi

📋 copy color: '#7DA040'

red 125 ◦ green 160 ◦ blue 64

#7DA040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #7DA040

Tints of Sushi #7DA040

RGB

 RED value IS 125 (49.22% from 255) = 35.82%

 GREEN value IS 160 (62.89% from 255) = 45.85%

 BLUE value IS 64 (25.39% from 255) = 18.34%

R = 35.82%
G = 45.85%
B = 18.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#7DA040 (or 0x7DA040) is known color: Sushi. HEX triplet: 7D, A0 and 40. RGB value is (125,160,64). Sum of RGB (Red+Green+Blue) = 125+160+64=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA040 is #825FBF. Grayscale: #8A8A8A. Windows color (decimal): -8544192 or 4235389. OLE color: 4235389.

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

Color convert

RGB 125 160 64 -
CMYK 0.22 0 0.6 0.37
HSL 81.87º 0.43% 0.44% -
HSV(B) 81.87º 0.6% 0.63% -
XYZ 21.95 29.87 9.46 -
YUV 138.59 85.9 118.31 -
System Red Green Blue C M Y K H S L
Decimal 125 160 64 0.22 0 0.6 0.37 81.87 0.43 0.44
Hex 7D A0 40 16 0 3C 25 52 2B 2C
Octal 175 240 100 26 0 74 45 122 53 54
Binary 1111101 10100000 1000000 10110 0 111100 100101 1010010 101011 101100

Color Harmonies of #7DA040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA040

Black with #7DA040

Text Example


Text Example

White with #7DA040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DA040;
 }
 .AnyTagClassName
 {
   color: #7DA040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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