Html Css Color HEX #7EA440 Sushi

📋 copy color: '#7EA440'

red 126 ◦ green 164 ◦ blue 64

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

Shades of Sushi #7EA440

Tints of Sushi #7EA440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.33%

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

R = 35.59%
G = 46.33%
B = 18.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#7EA440 (or 0x7EA440) is known color: Sushi. HEX triplet: 7E, A4 and 40. RGB value is (126,164,64). Sum of RGB (Red+Green+Blue) = 126+164+64=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA440 is #815BBF. Grayscale: #8D8D8D. Windows color (decimal): -8477632 or 4236414. OLE color: 4236414.

HSL color Cylindrical-coordinate representation of color #7EA440: hue angle of 82.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7EA440 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 126 164 64 -
CMYK 0.23 0 0.61 0.36
HSL 82.8º 0.44% 0.45% -
HSV(B) 82.8º 0.61% 0.64% -
XYZ 22.81 31.36 9.7 -
YUV 141.24 84.41 117.13 -
System Red Green Blue C M Y K H S L
Decimal 126 164 64 0.23 0 0.61 0.36 82.8 0.44 0.45
Hex 7E A4 40 17 0 3D 24 53 2C 2D
Octal 176 244 100 27 0 75 44 123 54 55
Binary 1111110 10100100 1000000 10111 0 111101 100100 1010011 101100 101101

Color Harmonies of #7EA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA440

Black with #7EA440

Text Example


Text Example

White with #7EA440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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