#7E9C2C

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

Shades of Sushi #7E9C2C

Tints of Sushi #7E9C2C

Color information

#7E9C2C (or 0x7E9C2C) is unknown color: approx Sushi. HEX triplet: 7E, 9C and 2C. RGB value is (126,156,44). Sum of RGB (Red+Green+Blue) = 126+156+44=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9C2C is #8163D3. Grayscale: #868686. Windows color (decimal): -8479700 or 2923646. OLE color: 2923646.

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

Color convert

RGB12615644-
CMYK0.1900.720.39
HSL76.07º56%39.22%-
HSV(B)76.07º71.79%61.18%-
XYZ20.9528.396.76-
YUV134.2677.06122.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.65%
GREEN value IS 156 (61.33% from 255) = 47.85%
BLUE value IS 44 (17.58% from 255) = 13.50%
R=38.65%
G=47.85%
B=13.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126156440.1900.720.3976.075639.22
Hex7E9C2C13048274c3827
Octal17623454230110471147047
Binary11111101001110010110010011010010001001111001100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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