#7EB704

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

Shades of Lima #7EB704

Tints of Lima #7EB704

Color information

#7EB704 (or 0x7EB704) is unknown color: approx Lima. HEX triplet: 7E, B7 and 04. RGB value is (126,183,4). Sum of RGB (Red+Green+Blue) = 126+183+4=313 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.26% from 313); Green value is 183 (71.88% from 255 or 58.47% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 183 - color contains mainly: green. Hex color #7EB704 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB704 is #8148FB. Grayscale: #929292. Windows color (decimal): -8472828 or 309118. OLE color: 309118.

HSL color Cylindrical-coordinate representation of color #7EB704: hue angle of 79.11º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7EB704 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB1261834-
CMYK0.3100.980.28
HSL79.11º95.72%36.67%-
HSV(B)79.11º97.81%71.76%-
XYZ25.5638.316.16-
YUV145.5548.12114.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.26%
GREEN value IS 183 (71.88% from 255) = 58.47%
BLUE value IS 4 (1.95% from 255) = 1.28%
R=40.26%
G=58.47%
B=1.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12618340.3100.980.2879.1195.7236.67
Hex7EB741F0621C4f6025
Octal17626743701423411714045
Binary11111101011011110011111011000101110010011111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,183,4); }

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

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

 a { background-color: rgb(126,183,4); }

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

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

 span { border-color: rgb(126,183,4); }

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