#7E9C21

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

Shades of Sushi #7E9C21

Tints of Sushi #7E9C21

Color information

#7E9C21 (or 0x7E9C21) is unknown color: approx Sushi. HEX triplet: 7E, 9C and 21. RGB value is (126,156,33). Sum of RGB (Red+Green+Blue) = 126+156+33=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9C21 is #8163DE. Grayscale: #858585. Windows color (decimal): -8479711 or 2202750. OLE color: 2202750.

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

Color convert

RGB12615633-
CMYK0.1900.790.39
HSL74.63º65.08%37.06%-
HSV(B)74.63º78.85%61.18%-
XYZ20.7728.325.81-
YUV133.0171.56123-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40%
GREEN value IS 156 (61.33% from 255) = 49.52%
BLUE value IS 33 (13.28% from 255) = 10.48%
R=40%
G=49.52%
B=10.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126156330.1900.790.3974.6365.0837.06
Hex7E9C211304F274b4125
Octal176234412301174711310145
Binary111111010011100100001100110100111110011110010111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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