#7EAE07

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

Shades of Lima #7EAE07

Tints of Lima #7EAE07

Color information

#7EAE07 (or 0x7EAE07) is unknown color: approx Lima. HEX triplet: 7E, AE and 07. RGB value is (126,174,7). Sum of RGB (Red+Green+Blue) = 126+174+7=307 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.04% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAE07 is #8151F8. Grayscale: #8D8D8D. Windows color (decimal): -8475129 or 503422. OLE color: 503422.

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

Color convert

RGB1261747-
CMYK0.2800.960.32
HSL77.25º92.27%35.49%-
HSV(B)77.25º95.98%68.24%-
XYZ23.7834.725.65-
YUV140.6152.6117.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.04%
GREEN value IS 174 (68.36% from 255) = 56.68%
BLUE value IS 7 (3.12% from 255) = 2.28%
R=41.04%
G=56.68%
B=2.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12617470.2800.960.3277.2592.2735.49
Hex7EAE71C060204d5c23
Octal17625673401404011513443
Binary111111010101110111111000110000010000010011011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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