Html Css Color HEX #7AA05C Asparagus

📋 copy color: '#7AA05C'

red 122 ◦ green 160 ◦ blue 92

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

Shades of Asparagus #7AA05C

Tints of Asparagus #7AA05C

RGB

 RED value IS 122 (48.05% from 255) = 32.62%

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

 BLUE value IS 92 (36.33% from 255) = 24.6%

R = 32.62%
G = 42.78%
B = 24.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#7AA05C (or 0x7AA05C) is known color: Asparagus. HEX triplet: 7A, A0 and 5C. RGB value is (122,160,92). Sum of RGB (Red+Green+Blue) = 122+160+92=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA05C is #855FA3. Grayscale: #8D8D8D. Windows color (decimal): -8740772 or 6070394. OLE color: 6070394.

HSL color Cylindrical-coordinate representation of color #7AA05C: hue angle of 93.53º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AA05C is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 122 160 92 -
CMYK 0.24 0 0.43 0.37
HSL 93.53º 0.27% 0.49% -
HSV(B) 93.53º 0.43% 0.63% -
XYZ 22.53 30.05 14.74 -
YUV 140.89 100.41 114.53 -
System Red Green Blue C M Y K H S L
Decimal 122 160 92 0.24 0 0.43 0.37 93.53 0.27 0.49
Hex 7A A0 5C 18 0 2B 25 5E 1B 31
Octal 172 240 134 30 0 53 45 136 33 61
Binary 1111010 10100000 1011100 11000 0 101011 100101 1011110 11011 110001

Color Harmonies of #7AA05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA05C

Black with #7AA05C

Text Example


Text Example

White with #7AA05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,160,92); }

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

background-color css

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

 a { background-color: rgb(122,160,92); }

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

border-color css

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

 span { border-color: rgb(122,160,92); }

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