#7E9C29

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

Shades of Sushi #7E9C29

Tints of Sushi #7E9C29

Color information

#7E9C29 (or 0x7E9C29) is unknown color: approx Sushi. HEX triplet: 7E, 9C and 29. RGB value is (126,156,41). Sum of RGB (Red+Green+Blue) = 126+156+41=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9C29 is #8163D6. Grayscale: #868686. Windows color (decimal): -8479703 or 2727038. OLE color: 2727038.

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

Color convert

RGB12615641-
CMYK0.1900.740.39
HSL75.65º58.38%38.63%-
HSV(B)75.65º73.72%61.18%-
XYZ20.8928.376.47-
YUV133.9275.56122.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.01%
GREEN value IS 156 (61.33% from 255) = 48.30%
BLUE value IS 41 (16.41% from 255) = 12.69%
R=39.01%
G=48.30%
B=12.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126156410.1900.740.3975.6558.3838.63
Hex7E9C291304A274c3a27
Octal17623451230112471147247
Binary11111101001110010100110011010010101001111001100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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