#7E9C3D

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

Shades of Sushi #7E9C3D

Tints of Sushi #7E9C3D

Color information

#7E9C3D (or 0x7E9C3D) is unknown color: approx Sushi. HEX triplet: 7E, 9C and 3D. RGB value is (126,156,61). Sum of RGB (Red+Green+Blue) = 126+156+61=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9C3D is #8163C2. Grayscale: #888888. Windows color (decimal): -8479683 or 4037758. OLE color: 4037758.

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

Color convert

RGB12615661-
CMYK0.1900.610.39
HSL78.95º43.78%42.55%-
HSV(B)78.95º60.9%61.18%-
XYZ21.3328.558.8-
YUV136.285.56120.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.73%
GREEN value IS 156 (61.33% from 255) = 45.48%
BLUE value IS 61 (24.22% from 255) = 17.78%
R=36.73%
G=45.48%
B=17.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126156610.1900.610.3978.9543.7842.55
Hex7E9C3D1303D274f2c2b
Octal1762347523075471175453
Binary1111110100111001111011001101111011001111001111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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