Html Css Color HEX #7CA04A Asparagus

📋 copy color: '#7CA04A'

red 124 ◦ green 160 ◦ blue 74

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

Shades of Asparagus #7CA04A

Tints of Asparagus #7CA04A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.69%

 BLUE value IS 74 (29.3% from 255) = 20.67%

R = 34.64%
G = 44.69%
B = 20.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#7CA04A (or 0x7CA04A) is known color: Asparagus. HEX triplet: 7C, A0 and 4A. RGB value is (124,160,74). Sum of RGB (Red+Green+Blue) = 124+160+74=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA04A is #835FB5. Grayscale: #8B8B8B. Windows color (decimal): -8609718 or 4890748. OLE color: 4890748.

HSL color Cylindrical-coordinate representation of color #7CA04A: hue angle of 85.12º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CA04A is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 124 160 74 -
CMYK 0.22 0 0.54 0.37
HSL 85.12º 0.37% 0.46% -
HSV(B) 85.12º 0.54% 0.63% -
XYZ 22.12 29.92 11.09 -
YUV 139.43 91.07 116.99 -
System Red Green Blue C M Y K H S L
Decimal 124 160 74 0.22 0 0.54 0.37 85.12 0.37 0.46
Hex 7C A0 4A 16 0 36 25 55 25 2E
Octal 174 240 112 26 0 66 45 125 45 56
Binary 1111100 10100000 1001010 10110 0 110110 100101 1010101 100101 101110

Color Harmonies of #7CA04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA04A

Black with #7CA04A

Text Example


Text Example

White with #7CA04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,160,74); }

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

background-color css

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

 a { background-color: rgb(124,160,74); }

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

border-color css

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

 span { border-color: rgb(124,160,74); }

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