Html Css Color HEX #7CA219 Lima

📋 copy color: '#7CA219'

red 124 ◦ green 162 ◦ blue 25

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

Shades of Lima #7CA219

Tints of Lima #7CA219

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.09%

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

R = 39.87%
G = 52.09%
B = 8.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#7CA219 (or 0x7CA219) is known color: Lima. HEX triplet: 7C, A2 and 19. RGB value is (124,162,25). Sum of RGB (Red+Green+Blue) = 124+162+25=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA219 is #835DE6. Grayscale: #878787. Windows color (decimal): -8609255 or 1679996. OLE color: 1679996.

HSL color Cylindrical-coordinate representation of color #7CA219: hue angle of 76.64º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7CA219 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 162 25 -
CMYK 0.23 0 0.85 0.36
HSL 76.64º 0.73% 0.37% -
HSV(B) 76.64º 0.85% 0.64% -
XYZ 21.41 30.2 5.62 -
YUV 135.02 65.91 120.14 -
System Red Green Blue C M Y K H S L
Decimal 124 162 25 0.23 0 0.85 0.36 76.64 0.73 0.37
Hex 7C A2 19 17 0 55 24 4D 49 25
Octal 174 242 31 27 0 125 44 115 111 45
Binary 1111100 10100010 11001 10111 0 1010101 100100 1001101 1001001 100101

Color Harmonies of #7CA219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA219

Black with #7CA219

Text Example


Text Example

White with #7CA219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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