#7EAE3F

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

Shades of Sushi #7EAE3F

Tints of Sushi #7EAE3F

Color information

#7EAE3F (or 0x7EAE3F) is unknown color: approx Sushi. HEX triplet: 7E, AE and 3F. RGB value is (126,174,63). Sum of RGB (Red+Green+Blue) = 126+174+63=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAE3F is #8151C0. Grayscale: #939393. Windows color (decimal): -8475073 or 4173438. OLE color: 4173438.

HSL color Cylindrical-coordinate representation of color #7EAE3F: hue angle of 85.95º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7EAE3F is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB12617463-
CMYK0.2800.640.32
HSL85.95º46.84%46.47%-
HSV(B)85.95º63.79%68.24%-
XYZ24.6435.0710.17-
YUV146.9980.6113.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.71%
GREEN value IS 174 (68.36% from 255) = 47.93%
BLUE value IS 63 (25% from 255) = 17.36%
R=34.71%
G=47.93%
B=17.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126174630.2800.640.3285.9546.8446.47
Hex7EAE3F1C04020562f2e
Octal17625677340100401265756
Binary11111101010111011111111100010000001000001010110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,174,63); }

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

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

 a { background-color: rgb(126,174,63); }

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

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

 span { border-color: rgb(126,174,63); }

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