#7EAA3C

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

Shades of Sushi #7EAA3C

Tints of Sushi #7EAA3C

Color information

#7EAA3C (or 0x7EAA3C) is unknown color: approx Sushi. HEX triplet: 7E, AA and 3C. RGB value is (126,170,60). Sum of RGB (Red+Green+Blue) = 126+170+60=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAA3C is #8155C3. Grayscale: #909090. Windows color (decimal): -8476100 or 3975806. OLE color: 3975806.

HSL color Cylindrical-coordinate representation of color #7EAA3C: hue angle of 84º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7EAA3C is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB12617060-
CMYK0.2600.650.33
HSL84º47.83%45.1%-
HSV(B)84º64.71%66.67%-
XYZ23.7933.519.49-
YUV144.380.42114.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.39%
GREEN value IS 170 (66.80% from 255) = 47.75%
BLUE value IS 60 (23.83% from 255) = 16.85%
R=35.39%
G=47.75%
B=16.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126170600.2600.650.338447.8345.1
Hex7EAA3C1A0412154302d
Octal17625274320101411246055
Binary11111101010101011110011010010000011000011010100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,170,60); }

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

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

 a { background-color: rgb(126,170,60); }

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

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

 span { border-color: rgb(126,170,60); }

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