#7E9721

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

Shades of Sushi #7E9721

Tints of Sushi #7E9721

Color information

#7E9721 (or 0x7E9721) is unknown color: approx Sushi. HEX triplet: 7E, 97 and 21. RGB value is (126,151,33). Sum of RGB (Red+Green+Blue) = 126+151+33=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #7E9721 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9721 is #8168DE. Grayscale: #828282. Windows color (decimal): -8480991 or 2201470. OLE color: 2201470.

HSL color Cylindrical-coordinate representation of color #7E9721: hue angle of 72.71º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E9721 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB12615133-
CMYK0.1700.780.41
HSL72.71º64.13%36.08%-
HSV(B)72.71º78.15%59.22%-
XYZ19.9526.685.54-
YUV130.0773.22125.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.65%
GREEN value IS 151 (59.38% from 255) = 48.71%
BLUE value IS 33 (13.28% from 255) = 10.65%
R=40.65%
G=48.71%
B=10.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal126151330.1700.780.4172.7164.1336.08
Hex7E97211104E29494024
Octal176227412101165111110044
Binary111111010010111100001100010100111010100110010011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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