Html Css Color HEX #7EA521 Lima

📋 copy color: '#7EA521'

red 126 ◦ green 165 ◦ blue 33

#7EA521
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7EA521

Tints of Lima #7EA521

RGB

 RED value IS 126 (49.61% from 255) = 38.89%

 GREEN value IS 165 (64.84% from 255) = 50.93%

 BLUE value IS 33 (13.28% from 255) = 10.19%

R = 38.89%
G = 50.93%
B = 10.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#7EA521 (or 0x7EA521) is known color: Lima. HEX triplet: 7E, A5 and 21. RGB value is (126,165,33). Sum of RGB (Red+Green+Blue) = 126+165+33=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA521 is #815ADE. Grayscale: #8A8A8A. Windows color (decimal): -8477407 or 2205054. OLE color: 2205054.

HSL color Cylindrical-coordinate representation of color #7EA521: hue angle of 77.73º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7EA521 is Cyan = 0.24, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 126 165 33 -
CMYK 0.24 0 0.8 0.35
HSL 77.73º 0.67% 0.39% -
HSV(B) 77.73º 0.8% 0.65% -
XYZ 22.33 31.46 6.33 -
YUV 138.29 68.58 119.23 -
System Red Green Blue C M Y K H S L
Decimal 126 165 33 0.24 0 0.8 0.35 77.73 0.67 0.39
Hex 7E A5 21 18 0 50 23 4E 43 27
Octal 176 245 41 30 0 120 43 116 103 47
Binary 1111110 10100101 100001 11000 0 1010000 100011 1001110 1000011 100111

Color Harmonies of #7EA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA521

Black with #7EA521

Text Example


Text Example

White with #7EA521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EA521;
 }
 .AnyTagClassName
 {
   color: #7EA521;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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