Html Css Color HEX #7AA052 Asparagus

📋 copy color: '#7AA052'

red 122 ◦ green 160 ◦ blue 82

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

Shades of Asparagus #7AA052

Tints of Asparagus #7AA052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.53%

R = 33.52%
G = 43.96%
B = 22.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#7AA052 (or 0x7AA052) is known color: Asparagus. HEX triplet: 7A, A0 and 52. RGB value is (122,160,82). Sum of RGB (Red+Green+Blue) = 122+160+82=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA052 is #855FAD. Grayscale: #8C8C8C. Windows color (decimal): -8740782 or 5415034. OLE color: 5415034.

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

Color convert

RGB 122 160 82 -
CMYK 0.24 0 0.49 0.37
HSL 89.23º 0.32% 0.47% -
HSV(B) 89.23º 0.49% 0.63% -
XYZ 22.12 29.89 12.59 -
YUV 139.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 122 160 82 0.24 0 0.49 0.37 89.23 0.32 0.47
Hex 7A A0 52 18 0 31 25 59 20 2F
Octal 172 240 122 30 0 61 45 131 40 57
Binary 1111010 10100000 1010010 11000 0 110001 100101 1011001 100000 101111

Color Harmonies of #7AA052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA052

Black with #7AA052

Text Example


Text Example

White with #7AA052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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