#7E9C34

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

Shades of Sushi #7E9C34

Tints of Sushi #7E9C34

Color information

#7E9C34 (or 0x7E9C34) is unknown color: approx Sushi. HEX triplet: 7E, 9C and 34. RGB value is (126,156,52). Sum of RGB (Red+Green+Blue) = 126+156+52=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9C34 is #8163CB. Grayscale: #878787. Windows color (decimal): -8479692 or 3447934. OLE color: 3447934.

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

Color convert

RGB12615652-
CMYK0.1900.670.39
HSL77.31º50%40.78%-
HSV(B)77.31º66.67%61.18%-
XYZ21.1128.467.63-
YUV135.1781.06121.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.72%
GREEN value IS 156 (61.33% from 255) = 46.71%
BLUE value IS 52 (20.70% from 255) = 15.57%
R=37.72%
G=46.71%
B=15.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126156520.1900.670.3977.315040.78
Hex7E9C3413043274d3229
Octal17623464230103471156251
Binary11111101001110011010010011010000111001111001101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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