Html Css Color HEX #7EA040 Sushi

📋 copy color: '#7EA040'

red 126 ◦ green 160 ◦ blue 64

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

Shades of Sushi #7EA040

Tints of Sushi #7EA040

RGB

 RED value IS 126 (49.61% from 255) = 36%

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

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

R = 36%
G = 45.71%
B = 18.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#7EA040 (or 0x7EA040) is known color: Sushi. HEX triplet: 7E, A0 and 40. RGB value is (126,160,64). Sum of RGB (Red+Green+Blue) = 126+160+64=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA040 is #815FBF. Grayscale: #8B8B8B. Windows color (decimal): -8478656 or 4235390. OLE color: 4235390.

HSL color Cylindrical-coordinate representation of color #7EA040: hue angle of 81.25º 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 #7EA040 is Cyan = 0.21, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 126 160 64 -
CMYK 0.21 0 0.6 0.37
HSL 81.25º 0.43% 0.44% -
HSV(B) 81.25º 0.6% 0.63% -
XYZ 22.1 29.95 9.47 -
YUV 138.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 126 160 64 0.21 0 0.6 0.37 81.25 0.43 0.44
Hex 7E A0 40 15 0 3C 25 51 2B 2C
Octal 176 240 100 25 0 74 45 121 53 54
Binary 1111110 10100000 1000000 10101 0 111100 100101 1010001 101011 101100

Color Harmonies of #7EA040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA040

Black with #7EA040

Text Example


Text Example

White with #7EA040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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