Html Css Color HEX #7CA264 Asparagus

📋 copy color: '#7CA264'

red 124 ◦ green 162 ◦ blue 100

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

Shades of Asparagus #7CA264

Tints of Asparagus #7CA264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.91%

R = 32.12%
G = 41.97%
B = 25.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#7CA264 (or 0x7CA264) is known color: Asparagus. HEX triplet: 7C, A2 and 64. RGB value is (124,162,100). Sum of RGB (Red+Green+Blue) = 124+162+100=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA264 is #835D9B. Grayscale: #8F8F8F. Windows color (decimal): -8609180 or 6595196. OLE color: 6595196.

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

Color convert

RGB 124 162 100 -
CMYK 0.23 0 0.38 0.36
HSL 96.77º 0.25% 0.51% -
HSV(B) 96.77º 0.38% 0.64% -
XYZ 23.53 31.05 16.81 -
YUV 143.57 103.41 114.04 -
System Red Green Blue C M Y K H S L
Decimal 124 162 100 0.23 0 0.38 0.36 96.77 0.25 0.51
Hex 7C A2 64 17 0 26 24 61 19 33
Octal 174 242 144 27 0 46 44 141 31 63
Binary 1111100 10100010 1100100 10111 0 100110 100100 1100001 11001 110011

Color Harmonies of #7CA264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA264

Black with #7CA264

Text Example


Text Example

White with #7CA264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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