#7EA531

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

Shades of Sushi #7EA531

Tints of Sushi #7EA531

Color information

#7EA531 (or 0x7EA531) is unknown color: approx Sushi. HEX triplet: 7E, A5 and 31. RGB value is (126,165,49). Sum of RGB (Red+Green+Blue) = 126+165+49=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA531 is #815ACE. Grayscale: #8C8C8C. Windows color (decimal): -8477391 or 3253630. OLE color: 3253630.

HSL color Cylindrical-coordinate representation of color #7EA531: hue angle of 80.17º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7EA531 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB12616549-
CMYK0.2400.700.35
HSL80.17º54.21%41.96%-
HSV(B)80.17º70.3%64.71%-
XYZ22.6131.577.81-
YUV140.1276.58117.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.06%
GREEN value IS 165 (64.84% from 255) = 48.53%
BLUE value IS 49 (19.53% from 255) = 14.41%
R=37.06%
G=48.53%
B=14.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126165490.2400.700.3580.1754.2141.96
Hex7EA531180462350362a
Octal17624561300106431206652
Binary11111101010010111000111000010001101000111010000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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