#7EAE3B

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

Shades of Sushi #7EAE3B

Tints of Sushi #7EAE3B

Color information

#7EAE3B (or 0x7EAE3B) is unknown color: approx Sushi. HEX triplet: 7E, AE and 3B. RGB value is (126,174,59). Sum of RGB (Red+Green+Blue) = 126+174+59=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAE3B is #8151C4. Grayscale: #929292. Windows color (decimal): -8475077 or 3911294. OLE color: 3911294.

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

Color convert

RGB12617459-
CMYK0.2800.660.32
HSL85.04º49.36%45.69%-
HSV(B)85.04º66.09%68.24%-
XYZ24.5335.029.61-
YUV146.5478.6113.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.10%
GREEN value IS 174 (68.36% from 255) = 48.47%
BLUE value IS 59 (23.44% from 255) = 16.43%
R=35.10%
G=48.47%
B=16.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126174590.2800.660.3285.0449.3645.69
Hex7EAE3B1C0422055312e
Octal17625673340102401256156
Binary11111101010111011101111100010000101000001010101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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