Html Css Color HEX #7CA519 Lima

📋 copy color: '#7CA519'

red 124 ◦ green 165 ◦ blue 25

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

Shades of Lima #7CA519

Tints of Lima #7CA519

RGB

 RED value IS 124 (48.83% from 255) = 39.49%

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

 BLUE value IS 25 (10.16% from 255) = 7.96%

R = 39.49%
G = 52.55%
B = 7.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#7CA519 (or 0x7CA519) is known color: Lima. HEX triplet: 7C, A5 and 19. RGB value is (124,165,25). Sum of RGB (Red+Green+Blue) = 124+165+25=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 165 (64.84% from 255 or 52.55% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA519 is #835AE6. Grayscale: #898989. Windows color (decimal): -8608487 or 1680764. OLE color: 1680764.

HSL color Cylindrical-coordinate representation of color #7CA519: hue angle of 77.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7CA519 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 124 165 25 -
CMYK 0.25 0 0.85 0.35
HSL 77.57º 0.74% 0.37% -
HSV(B) 77.57º 0.85% 0.65% -
XYZ 21.94 31.27 5.8 -
YUV 136.78 64.92 118.88 -
System Red Green Blue C M Y K H S L
Decimal 124 165 25 0.25 0 0.85 0.35 77.57 0.74 0.37
Hex 7C A5 19 19 0 55 23 4E 4A 25
Octal 174 245 31 31 0 125 43 116 112 45
Binary 1111100 10100101 11001 11001 0 1010101 100011 1001110 1001010 100101

Color Harmonies of #7CA519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA519

Black with #7CA519

Text Example


Text Example

White with #7CA519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,165,25); }

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

background-color css

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

 a { background-color: rgb(124,165,25); }

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

border-color css

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

 span { border-color: rgb(124,165,25); }

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