Html Css Color HEX #7CAA5E Asparagus

📋 copy color: '#7CAA5E'

red 124 ◦ green 170 ◦ blue 94

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

Shades of Asparagus #7CAA5E

Tints of Asparagus #7CAA5E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.81%

 BLUE value IS 94 (37.11% from 255) = 24.23%

R = 31.96%
G = 43.81%
B = 24.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#7CAA5E (or 0x7CAA5E) is known color: Asparagus. HEX triplet: 7C, AA and 5E. RGB value is (124,170,94). Sum of RGB (Red+Green+Blue) = 124+170+94=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAA5E is #8355A1. Grayscale: #939393. Windows color (decimal): -8607138 or 6204028. OLE color: 6204028.

HSL color Cylindrical-coordinate representation of color #7CAA5E: hue angle of 96.32º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CAA5E is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 170 94 -
CMYK 0.27 0 0.45 0.33
HSL 96.32º 0.31% 0.52% -
HSV(B) 96.32º 0.45% 0.67% -
XYZ 24.71 33.84 15.82 -
YUV 147.58 97.76 111.18 -
System Red Green Blue C M Y K H S L
Decimal 124 170 94 0.27 0 0.45 0.33 96.32 0.31 0.52
Hex 7C AA 5E 1B 0 2D 21 60 1F 34
Octal 174 252 136 33 0 55 41 140 37 64
Binary 1111100 10101010 1011110 11011 0 101101 100001 1100000 11111 110100

Color Harmonies of #7CAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAA5E

Black with #7CAA5E

Text Example


Text Example

White with #7CAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,170,94); }

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

background-color css

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

 a { background-color: rgb(124,170,94); }

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

border-color css

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

 span { border-color: rgb(124,170,94); }

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