Html Css Color HEX #7AA046 Asparagus

📋 copy color: '#7AA046'

red 122 ◦ green 160 ◦ blue 70

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

Shades of Asparagus #7AA046

Tints of Asparagus #7AA046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.89%

R = 34.66%
G = 45.45%
B = 19.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#7AA046 (or 0x7AA046) is known color: Asparagus. HEX triplet: 7A, A0 and 46. RGB value is (122,160,70). Sum of RGB (Red+Green+Blue) = 122+160+70=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA046 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA046 is #855FB9. Grayscale: #8A8A8A. Windows color (decimal): -8740794 or 4628602. OLE color: 4628602.

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

Color convert

RGB 122 160 70 -
CMYK 0.24 0 0.56 0.37
HSL 85.33º 0.39% 0.45% -
HSV(B) 85.33º 0.56% 0.63% -
XYZ 21.7 29.72 10.39 -
YUV 138.38 89.41 116.32 -
System Red Green Blue C M Y K H S L
Decimal 122 160 70 0.24 0 0.56 0.37 85.33 0.39 0.45
Hex 7A A0 46 18 0 38 25 55 27 2D
Octal 172 240 106 30 0 70 45 125 47 55
Binary 1111010 10100000 1000110 11000 0 111000 100101 1010101 100111 101101

Color Harmonies of #7AA046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA046

Black with #7AA046

Text Example


Text Example

White with #7AA046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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