Html Css Color HEX #7AA164 Asparagus

📋 copy color: '#7AA164'

red 122 ◦ green 161 ◦ blue 100

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

Shades of Asparagus #7AA164

Tints of Asparagus #7AA164

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.04%

 BLUE value IS 100 (39.45% from 255) = 26.11%

R = 31.85%
G = 42.04%
B = 26.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#7AA164 (or 0x7AA164) is known color: Asparagus. HEX triplet: 7A, A1 and 64. RGB value is (122,161,100). Sum of RGB (Red+Green+Blue) = 122+161+100=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA164 is #855E9B. Grayscale: #8E8E8E. Windows color (decimal): -8740508 or 6594938. OLE color: 6594938.

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

Color convert

RGB 122 161 100 -
CMYK 0.24 0 0.38 0.37
HSL 98.36º 0.24% 0.51% -
HSV(B) 98.36º 0.38% 0.63% -
XYZ 23.07 30.55 16.74 -
YUV 142.39 104.08 113.46 -
System Red Green Blue C M Y K H S L
Decimal 122 161 100 0.24 0 0.38 0.37 98.36 0.24 0.51
Hex 7A A1 64 18 0 26 25 62 18 33
Octal 172 241 144 30 0 46 45 142 30 63
Binary 1111010 10100001 1100100 11000 0 100110 100101 1100010 11000 110011

Color Harmonies of #7AA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA164

Black with #7AA164

Text Example


Text Example

White with #7AA164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,161,100); }

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

background-color css

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

 a { background-color: rgb(122,161,100); }

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

border-color css

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

 span { border-color: rgb(122,161,100); }

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