Html Css Color HEX #7EAE40 Sushi

📋 copy color: '#7EAE40'

red 126 ◦ green 174 ◦ blue 64

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

Shades of Sushi #7EAE40

Tints of Sushi #7EAE40

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.8%

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

R = 34.62%
G = 47.8%
B = 17.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#7EAE40 (or 0x7EAE40) is known color: Sushi. HEX triplet: 7E, AE and 40. RGB value is (126,174,64). Sum of RGB (Red+Green+Blue) = 126+174+64=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAE40 is #8151BF. Grayscale: #939393. Windows color (decimal): -8475072 or 4238974. OLE color: 4238974.

HSL color Cylindrical-coordinate representation of color #7EAE40: hue angle of 86.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7EAE40 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 174 64 -
CMYK 0.28 0 0.63 0.32
HSL 86.18º 0.46% 0.47% -
HSV(B) 86.18º 0.63% 0.68% -
XYZ 24.67 35.08 10.32 -
YUV 147.11 81.1 112.94 -
System Red Green Blue C M Y K H S L
Decimal 126 174 64 0.28 0 0.63 0.32 86.18 0.46 0.47
Hex 7E AE 40 1C 0 3F 20 56 2E 2F
Octal 176 256 100 34 0 77 40 126 56 57
Binary 1111110 10101110 1000000 11100 0 111111 100000 1010110 101110 101111

Color Harmonies of #7EAE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAE40

Black with #7EAE40

Text Example


Text Example

White with #7EAE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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