#7EA536

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

Shades of Sushi #7EA536

Tints of Sushi #7EA536

Color information

#7EA536 (or 0x7EA536) is unknown color: approx Sushi. HEX triplet: 7E, A5 and 36. RGB value is (126,165,54). Sum of RGB (Red+Green+Blue) = 126+165+54=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA536 is #815AC9. Grayscale: #8D8D8D. Windows color (decimal): -8477386 or 3581310. OLE color: 3581310.

HSL color Cylindrical-coordinate representation of color #7EA536: hue angle of 81.08º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7EA536 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB12616554-
CMYK0.2400.670.35
HSL81.08º50.68%42.94%-
HSV(B)81.08º67.27%64.71%-
XYZ22.7331.618.39-
YUV140.6879.08117.53-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.52%
GREEN value IS 165 (64.84% from 255) = 47.83%
BLUE value IS 54 (21.48% from 255) = 15.65%
R=36.52%
G=47.83%
B=15.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126165540.2400.670.3581.0850.6842.94
Hex7EA536180432351332b
Octal17624566300103431216353
Binary11111101010010111011011000010000111000111010001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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