#7EA321

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

Shades of Lima #7EA321

Tints of Lima #7EA321

Color information

#7EA321 (or 0x7EA321) is unknown color: approx Lima. HEX triplet: 7E, A3 and 21. RGB value is (126,163,33). Sum of RGB (Red+Green+Blue) = 126+163+33=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA321 is #815CDE. Grayscale: #898989. Windows color (decimal): -8477919 or 2204542. OLE color: 2204542.

HSL color Cylindrical-coordinate representation of color #7EA321: hue angle of 77.08º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7EA321 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB12616333-
CMYK0.2300.800.36
HSL77.08º66.33%38.43%-
HSV(B)77.08º79.75%63.92%-
XYZ21.9830.746.21-
YUV137.1269.24120.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.13%
GREEN value IS 163 (64.06% from 255) = 50.62%
BLUE value IS 33 (13.28% from 255) = 10.25%
R=39.13%
G=50.62%
B=10.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal126163330.2300.800.3677.0866.3338.43
Hex7EA32117050244d4226
Octal176243412701204411510246
Binary111111010100011100001101110101000010010010011011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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