Html Css Color HEX #7CA160 Asparagus

📋 copy color: '#7CA160'

red 124 ◦ green 161 ◦ blue 96

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

Shades of Asparagus #7CA160

Tints of Asparagus #7CA160

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.26%

 BLUE value IS 96 (37.89% from 255) = 25.2%

R = 32.55%
G = 42.26%
B = 25.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#7CA160 (or 0x7CA160) is known color: Asparagus. HEX triplet: 7C, A1 and 60. RGB value is (124,161,96). Sum of RGB (Red+Green+Blue) = 124+161+96=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA160 is #835E9F. Grayscale: #8E8E8E. Windows color (decimal): -8609440 or 6332796. OLE color: 6332796.

HSL color Cylindrical-coordinate representation of color #7CA160: hue angle of 94.15º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CA160 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 124 161 96 -
CMYK 0.23 0 0.40 0.37
HSL 94.15º 0.26% 0.5% -
HSV(B) 94.15º 0.4% 0.63% -
XYZ 23.17 30.62 15.76 -
YUV 142.53 101.74 114.79 -
System Red Green Blue C M Y K H S L
Decimal 124 161 96 0.23 0 0.40 0.37 94.15 0.26 0.5
Hex 7C A1 60 17 0 28 25 5E 1A 32
Octal 174 241 140 27 0 50 45 136 32 62
Binary 1111100 10100001 1100000 10111 0 101000 100101 1011110 11010 110010

Color Harmonies of #7CA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA160

Black with #7CA160

Text Example


Text Example

White with #7CA160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,161,96); }

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

background-color css

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

 a { background-color: rgb(124,161,96); }

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

border-color css

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

 span { border-color: rgb(124,161,96); }

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