#7E9921

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

Shades of Sushi #7E9921

Tints of Sushi #7E9921

Color information

#7E9921 (or 0x7E9921) is unknown color: approx Sushi. HEX triplet: 7E, 99 and 21. RGB value is (126,153,33). Sum of RGB (Red+Green+Blue) = 126+153+33=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #7E9921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9921 is #8166DE. Grayscale: #838383. Windows color (decimal): -8480479 or 2201982. OLE color: 2201982.

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

Color convert

RGB12615333-
CMYK0.1800.780.4
HSL73.5º64.52%36.47%-
HSV(B)73.5º78.43%60%-
XYZ20.2727.335.65-
YUV131.2572.55124.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.38%
GREEN value IS 153 (60.16% from 255) = 49.04%
BLUE value IS 33 (13.28% from 255) = 10.58%
R=40.38%
G=49.04%
B=10.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal126153330.1800.780.473.564.5236.47
Hex7E99211204E284a4124
Octal176231412201165011210144
Binary111111010011001100001100100100111010100010010101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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