Html Css Color HEX #7CA319 Lima

📋 copy color: '#7CA319'

red 124 ◦ green 163 ◦ blue 25

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

Shades of Lima #7CA319

Tints of Lima #7CA319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.24%

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

R = 39.74%
G = 52.24%
B = 8.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#7CA319 (or 0x7CA319) is known color: Lima. HEX triplet: 7C, A3 and 19. RGB value is (124,163,25). Sum of RGB (Red+Green+Blue) = 124+163+25=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA319 is #835CE6. Grayscale: #888888. Windows color (decimal): -8608999 or 1680252. OLE color: 1680252.

HSL color Cylindrical-coordinate representation of color #7CA319: hue angle of 76.96º 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 #7CA319 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 163 25 -
CMYK 0.24 0 0.85 0.36
HSL 76.96º 0.73% 0.37% -
HSV(B) 76.96º 0.85% 0.64% -
XYZ 21.58 30.55 5.68 -
YUV 135.61 65.58 119.72 -
System Red Green Blue C M Y K H S L
Decimal 124 163 25 0.24 0 0.85 0.36 76.96 0.73 0.37
Hex 7C A3 19 18 0 55 24 4D 49 25
Octal 174 243 31 30 0 125 44 115 111 45
Binary 1111100 10100011 11001 11000 0 1010101 100100 1001101 1001001 100101

Color Harmonies of #7CA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA319

Black with #7CA319

Text Example


Text Example

White with #7CA319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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