#7EAE31

Color #7EAE31 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #7EAE31

Tints of Sushi #7EAE31

Color information

#7EAE31 (or 0x7EAE31) is unknown color: approx Sushi. HEX triplet: 7E, AE and 31. RGB value is (126,174,49). Sum of RGB (Red+Green+Blue) = 126+174+49=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAE31 is #8151CE. Grayscale: #919191. Windows color (decimal): -8475087 or 3255934. OLE color: 3255934.

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

Color convert

RGB12617449-
CMYK0.2800.720.32
HSL83.04º56.05%43.73%-
HSV(B)83.04º71.84%68.24%-
XYZ24.2934.938.37-
YUV145.473.6114.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.10%
GREEN value IS 174 (68.36% from 255) = 49.86%
BLUE value IS 49 (19.53% from 255) = 14.04%
R=36.10%
G=49.86%
B=14.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126174490.2800.720.3283.0456.0543.73
Hex7EAE311C0482053382c
Octal17625661340110401237054
Binary11111101010111011000111100010010001000001010011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EAE31;
 }
 .AnyTagClassName
 {
   color: #7EAE31;
 }
</style>
background-color css

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

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

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

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

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

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