#7E9426

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

Shades of Sushi #7E9426

Tints of Sushi #7E9426

Color information

#7E9426 (or 0x7E9426) is unknown color: approx Sushi. HEX triplet: 7E, 94 and 26. RGB value is (126,148,38). Sum of RGB (Red+Green+Blue) = 126+148+38=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #7E9426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9426 is #816BD9. Grayscale: #818181. Windows color (decimal): -8481754 or 2528382. OLE color: 2528382.

HSL color Cylindrical-coordinate representation of color #7E9426: hue angle of 72º 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 #7E9426 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB12614838-
CMYK0.1500.740.42
HSL72º59.14%36.47%-
HSV(B)72º74.32%58.04%-
XYZ19.5425.765.77-
YUV128.8876.71125.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.38%
GREEN value IS 148 (58.20% from 255) = 47.44%
BLUE value IS 38 (15.23% from 255) = 12.18%
R=40.38%
G=47.44%
B=12.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126148380.1500.740.427259.1436.47
Hex7E9426F04A2A483b24
Octal17622446170112521107344
Binary1111110100101001001101111010010101010101001000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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