#7E9C44

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

Shades of Sushi #7E9C44

Tints of Sushi #7E9C44

Color information

#7E9C44 (or 0x7E9C44) is unknown color: approx Sushi. HEX triplet: 7E, 9C and 44. RGB value is (126,156,68). Sum of RGB (Red+Green+Blue) = 126+156+68=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9C44 is #8163BB. Grayscale: #898989. Windows color (decimal): -8479676 or 4496510. OLE color: 4496510.

HSL color Cylindrical-coordinate representation of color #7E9C44: hue angle of 80.45º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E9C44 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB12615668-
CMYK0.1900.560.39
HSL80.45º39.29%43.92%-
HSV(B)80.45º56.41%61.18%-
XYZ21.5428.639.86-
YUV13789.06120.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36%
GREEN value IS 156 (61.33% from 255) = 44.57%
BLUE value IS 68 (26.95% from 255) = 19.43%
R=36%
G=44.57%
B=19.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126156680.1900.560.3980.4539.2943.92
Hex7E9C44130382750272c
Octal17623410423070471204754
Binary11111101001110010001001001101110001001111010000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,156,68); }

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

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

 a { background-color: rgb(126,156,68); }

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

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

 span { border-color: rgb(126,156,68); }

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