#7EA32F

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

Shades of Sushi #7EA32F

Tints of Sushi #7EA32F

Color information

#7EA32F (or 0x7EA32F) is unknown color: approx Sushi. HEX triplet: 7E, A3 and 2F. RGB value is (126,163,47). Sum of RGB (Red+Green+Blue) = 126+163+47=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA32F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA32F is #815CD0. Grayscale: #8B8B8B. Windows color (decimal): -8477905 or 3122046. OLE color: 3122046.

HSL color Cylindrical-coordinate representation of color #7EA32F: hue angle of 79.14º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7EA32F is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB12616347-
CMYK0.2300.710.36
HSL79.14º55.24%41.18%-
HSV(B)79.14º71.17%63.92%-
XYZ22.2130.847.47-
YUV138.7176.24118.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.5%
GREEN value IS 163 (64.06% from 255) = 48.51%
BLUE value IS 47 (18.75% from 255) = 13.99%
R=37.5%
G=48.51%
B=13.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal126163470.2300.710.3679.1455.2441.18
Hex7EA32F17047244f3729
Octal17624357270107441176751
Binary11111101010001110111110111010001111001001001111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,163,47); }

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

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

 a { background-color: rgb(126,163,47); }

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

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

 span { border-color: rgb(126,163,47); }

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