#7e9920

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

Shades of Sushi #7E9920

Tints of Sushi #7E9920

Color information

#7E9920 (or 0x7E9920) is unknown color: approx Sushi. HEX triplet: 7E, 99 and 20. RGB value is (126,153,32). Sum of RGB (Red+Green+Blue) = 126+153+32=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #7E9920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9920 is #8166DF. Grayscale: #838383. Windows color (decimal): -8480480 or 2136446. OLE color: 2136446.

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

Color convert

RGB12615332-
CMYK0.1800.790.4
HSL73.39º65.41%36.27%-
HSV(B)73.39º79.08%60%-
XYZ20.2627.325.57-
YUV131.1372.05124.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.51%
GREEN value IS 153 (60.16% from 255) = 49.20%
BLUE value IS 32 (12.89% from 255) = 10.29%
R=40.51%
G=49.20%
B=10.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal126153320.1800.790.473.3965.4136.27
Hex7E99201204F28494124
Octal176231402201175011110144
Binary111111010011001100000100100100111110100010010011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e9920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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