#7EA92D

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

Shades of Sushi #7EA92D

Tints of Sushi #7EA92D

Color information

#7EA92D (or 0x7EA92D) is unknown color: approx Sushi. HEX triplet: 7E, A9 and 2D. RGB value is (126,169,45). Sum of RGB (Red+Green+Blue) = 126+169+45=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 169 (66.41% from 255 or 49.71% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA92D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA92D is #8156D2. Grayscale: #8E8E8E. Windows color (decimal): -8476371 or 2992510. OLE color: 2992510.

HSL color Cylindrical-coordinate representation of color #7EA92D: hue angle of 80.81º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EA92D is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB12616945-
CMYK0.2500.730.34
HSL80.81º57.94%41.96%-
HSV(B)80.81º73.37%66.27%-
XYZ23.27337.63-
YUV142.0173.25116.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.06%
GREEN value IS 169 (66.41% from 255) = 49.71%
BLUE value IS 45 (17.97% from 255) = 13.24%
R=37.06%
G=49.71%
B=13.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal126169450.2500.730.3480.8157.9441.96
Hex7EA92D1904922513a2a
Octal17625155310111421217252
Binary11111101010100110110111001010010011000101010001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,169,45); }

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

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

 a { background-color: rgb(126,169,45); }

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

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

 span { border-color: rgb(126,169,45); }

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