#7E9928

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

Shades of Sushi #7E9928

Tints of Sushi #7E9928

Color information

#7E9928 (or 0x7E9928) is unknown color: approx Sushi. HEX triplet: 7E, 99 and 28. RGB value is (126,153,40). Sum of RGB (Red+Green+Blue) = 126+153+40=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #7E9928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9928 is #8166D7. Grayscale: #848484. Windows color (decimal): -8480472 or 2660734. OLE color: 2660734.

HSL color Cylindrical-coordinate representation of color #7E9928: hue angle of 74.34º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E9928 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB12615340-
CMYK0.1800.740.4
HSL74.34º58.55%37.84%-
HSV(B)74.34º73.86%60%-
XYZ20.3827.376.22-
YUV132.0476.05123.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.50%
GREEN value IS 153 (60.16% from 255) = 47.96%
BLUE value IS 40 (16.02% from 255) = 12.54%
R=39.50%
G=47.96%
B=12.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal126153400.1800.740.474.3458.5537.84
Hex7E99281204A284a3b26
Octal17623150220112501127346
Binary11111101001100110100010010010010101010001001010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,153,40); }

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

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

 a { background-color: rgb(126,153,40); }

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

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

 span { border-color: rgb(126,153,40); }

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