Html Css Color HEX #7EA240 Sushi

📋 copy color: '#7EA240'

red 126 ◦ green 162 ◦ blue 64

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

Shades of Sushi #7EA240

Tints of Sushi #7EA240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.02%

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

R = 35.8%
G = 46.02%
B = 18.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#7EA240 (or 0x7EA240) is known color: Sushi. HEX triplet: 7E, A2 and 40. RGB value is (126,162,64). Sum of RGB (Red+Green+Blue) = 126+162+64=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA240 is #815DBF. Grayscale: #8C8C8C. Windows color (decimal): -8478144 or 4235902. OLE color: 4235902.

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

Color convert

RGB 126 162 64 -
CMYK 0.22 0 0.60 0.36
HSL 82.04º 0.43% 0.44% -
HSV(B) 82.04º 0.6% 0.64% -
XYZ 22.45 30.65 9.58 -
YUV 140.06 85.07 117.97 -
System Red Green Blue C M Y K H S L
Decimal 126 162 64 0.22 0 0.60 0.36 82.04 0.43 0.44
Hex 7E A2 40 16 0 3C 24 52 2B 2C
Octal 176 242 100 26 0 74 44 122 53 54
Binary 1111110 10100010 1000000 10110 0 111100 100100 1010010 101011 101100

Color Harmonies of #7EA240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA240

Black with #7EA240

Text Example


Text Example

White with #7EA240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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