#7E9326

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

Shades of Sushi #7E9326

Tints of Sushi #7E9326

Color information

#7E9326 (or 0x7E9326) is unknown color: approx Sushi. HEX triplet: 7E, 93 and 26. RGB value is (126,147,38). Sum of RGB (Red+Green+Blue) = 126+147+38=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9326 is #816CD9. Grayscale: #808080. Windows color (decimal): -8482010 or 2528126. OLE color: 2528126.

HSL color Cylindrical-coordinate representation of color #7E9326: hue angle of 71.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E9326 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB12614738-
CMYK0.1400.740.42
HSL71.56º58.92%36.27%-
HSV(B)71.56º74.15%57.65%-
XYZ19.3925.445.72-
YUV128.2977.04126.36-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.51%
GREEN value IS 147 (57.81% from 255) = 47.27%
BLUE value IS 38 (15.23% from 255) = 12.22%
R=40.51%
G=47.27%
B=12.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126147380.1400.740.4271.5658.9236.27
Hex7E9326E04A2A483b24
Octal17622346160112521107344
Binary1111110100100111001101110010010101010101001000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,147,38); }

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

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

 a { background-color: rgb(126,147,38); }

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

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

 span { border-color: rgb(126,147,38); }

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