#7E9B3D

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

Shades of Sushi #7E9B3D

Tints of Sushi #7E9B3D

Color information

#7E9B3D (or 0x7E9B3D) is unknown color: approx Sushi. HEX triplet: 7E, 9B and 3D. RGB value is (126,155,61). Sum of RGB (Red+Green+Blue) = 126+155+61=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #7E9B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9B3D is #8164C2. Grayscale: #878787. Windows color (decimal): -8479939 or 4037502. OLE color: 4037502.

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

Color convert

RGB12615561-
CMYK0.1900.610.39
HSL78.51º43.52%42.35%-
HSV(B)78.51º60.65%60.78%-
XYZ21.1728.228.75-
YUV135.6185.89121.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.84%
GREEN value IS 155 (60.94% from 255) = 45.32%
BLUE value IS 61 (24.22% from 255) = 17.84%
R=36.84%
G=45.32%
B=17.84%

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
Decimal126155610.1900.610.3978.5143.5242.35
Hex7E9B3D1303D274f2c2a
Octal1762337523075471175452
Binary1111110100110111111011001101111011001111001111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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