#7E9C32

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

Shades of Sushi #7E9C32

Tints of Sushi #7E9C32

Color information

#7E9C32 (or 0x7E9C32) is unknown color: approx Sushi. HEX triplet: 7E, 9C and 32. RGB value is (126,156,50). Sum of RGB (Red+Green+Blue) = 126+156+50=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9C32 is #8163CD. Grayscale: #878787. Windows color (decimal): -8479694 or 3316862. OLE color: 3316862.

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

Color convert

RGB12615650-
CMYK0.1900.680.39
HSL76.98º51.46%40.39%-
HSV(B)76.98º67.95%61.18%-
XYZ21.0728.447.4-
YUV134.9580.06121.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.95%
GREEN value IS 156 (61.33% from 255) = 46.99%
BLUE value IS 50 (19.92% from 255) = 15.06%
R=37.95%
G=46.99%
B=15.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126156500.1900.680.3976.9851.4640.39
Hex7E9C3213044274d3328
Octal17623462230104471156350
Binary11111101001110011001010011010001001001111001101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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