Html Css Color HEX #7A964C Asparagus

📋 copy color: '#7A964C'

red 122 ◦ green 150 ◦ blue 76

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

Shades of Asparagus #7A964C

Tints of Asparagus #7A964C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.1%

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 35.06%
G = 43.1%
B = 21.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#7A964C (or 0x7A964C) is known color: Asparagus. HEX triplet: 7A, 96 and 4C. RGB value is (122,150,76). Sum of RGB (Red+Green+Blue) = 122+150+76=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #7A964C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A964C is #8569B3. Grayscale: #858585. Windows color (decimal): -8743348 or 5019258. OLE color: 5019258.

HSL color Cylindrical-coordinate representation of color #7A964C: hue angle of 82.7º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A964C is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 122 150 76 -
CMYK 0.19 0 0.49 0.41
HSL 82.7º 0.33% 0.44% -
HSV(B) 82.7º 0.49% 0.59% -
XYZ 20.24 26.47 10.88 -
YUV 133.19 95.72 120.02 -
System Red Green Blue C M Y K H S L
Decimal 122 150 76 0.19 0 0.49 0.41 82.7 0.33 0.44
Hex 7A 96 4C 13 0 31 29 53 21 2C
Octal 172 226 114 23 0 61 51 123 41 54
Binary 1111010 10010110 1001100 10011 0 110001 101001 1010011 100001 101100

Color Harmonies of #7A964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A964C

Black with #7A964C

Text Example


Text Example

White with #7A964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,150,76); }

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

background-color css

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

 a { background-color: rgb(122,150,76); }

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

border-color css

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

 span { border-color: rgb(122,150,76); }

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