#7EA32B

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

Shades of Sushi #7EA32B

Tints of Sushi #7EA32B

Color information

#7EA32B (or 0x7EA32B) is unknown color: approx Sushi. HEX triplet: 7E, A3 and 2B. RGB value is (126,163,43). Sum of RGB (Red+Green+Blue) = 126+163+43=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA32B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA32B is #815CD4. Grayscale: #8A8A8A. Windows color (decimal): -8477909 or 2859902. OLE color: 2859902.

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

Color convert

RGB12616343-
CMYK0.2300.740.36
HSL78.5º58.25%40.39%-
HSV(B)78.5º73.62%63.92%-
XYZ22.1430.87.06-
YUV138.2674.24119.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.95%
GREEN value IS 163 (64.06% from 255) = 49.10%
BLUE value IS 43 (17.19% from 255) = 12.95%
R=37.95%
G=49.10%
B=12.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal126163430.2300.740.3678.558.2540.39
Hex7EA32B1704A244e3a28
Octal17624353270112441167250
Binary11111101010001110101110111010010101001001001110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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