#7EA038

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

Shades of Sushi #7EA038

Tints of Sushi #7EA038

Color information

#7EA038 (or 0x7EA038) is unknown color: approx Sushi. HEX triplet: 7E, A0 and 38. RGB value is (126,160,56). Sum of RGB (Red+Green+Blue) = 126+160+56=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA038 is #815FC7. Grayscale: #8A8A8A. Windows color (decimal): -8478664 or 3711102. OLE color: 3711102.

HSL color Cylindrical-coordinate representation of color #7EA038: hue angle of 79.62º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7EA038 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB12616056-
CMYK0.2100.650.37
HSL79.62º48.15%42.35%-
HSV(B)79.62º65%62.75%-
XYZ21.8929.868.35-
YUV137.9881.74119.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.84%
GREEN value IS 160 (62.89% from 255) = 46.78%
BLUE value IS 56 (22.27% from 255) = 16.37%
R=36.84%
G=46.78%
B=16.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal126160560.2100.650.3779.6248.1542.35
Hex7EA038150412550302a
Octal17624070250101451206052
Binary11111101010000011100010101010000011001011010000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,160,56); }

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

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

 a { background-color: rgb(126,160,56); }

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

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

 span { border-color: rgb(126,160,56); }

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