Html Css Color HEX #7AAA52 Asparagus

📋 copy color: '#7AAA52'

red 122 ◦ green 170 ◦ blue 82

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

Shades of Asparagus #7AAA52

Tints of Asparagus #7AAA52

RGB

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

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

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

R = 32.62%
G = 45.45%
B = 21.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#7AAA52 (or 0x7AAA52) is known color: Asparagus. HEX triplet: 7A, AA and 52. RGB value is (122,170,82). Sum of RGB (Red+Green+Blue) = 122+170+82=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA52 is #8555AD. Grayscale: #919191. Windows color (decimal): -8738222 or 5417594. OLE color: 5417594.

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

Color convert

RGB 122 170 82 -
CMYK 0.28 0 0.52 0.33
HSL 92.73º 0.35% 0.49% -
HSV(B) 92.73º 0.52% 0.67% -
XYZ 23.92 33.5 13.19 -
YUV 145.62 92.1 111.16 -
System Red Green Blue C M Y K H S L
Decimal 122 170 82 0.28 0 0.52 0.33 92.73 0.35 0.49
Hex 7A AA 52 1C 0 34 21 5D 23 31
Octal 172 252 122 34 0 64 41 135 43 61
Binary 1111010 10101010 1010010 11100 0 110100 100001 1011101 100011 110001

Color Harmonies of #7AAA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAA52

Black with #7AAA52

Text Example


Text Example

White with #7AAA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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