Html Css Color HEX #76A449 Asparagus

📋 copy color: '#76A449'

red 118 ◦ green 164 ◦ blue 73

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

Shades of Asparagus #76A449

Tints of Asparagus #76A449

RGB

 RED value IS 118 (46.48% from 255) = 33.24%

 GREEN value IS 164 (64.45% from 255) = 46.2%

 BLUE value IS 73 (28.91% from 255) = 20.56%

R = 33.24%
G = 46.2%
B = 20.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#76A449 (or 0x76A449) is known color: Asparagus. HEX triplet: 76, A4 and 49. RGB value is (118,164,73). Sum of RGB (Red+Green+Blue) = 118+164+73=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 164 - color contains mainly: green. Hex color #76A449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A449 is #895BB6. Grayscale: #8C8C8C. Windows color (decimal): -9001911 or 4826230. OLE color: 4826230.

HSL color Cylindrical-coordinate representation of color #76A449: hue angle of 90.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76A449 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 164 73 -
CMYK 0.28 0 0.55 0.36
HSL 90.33º 0.38% 0.46% -
HSV(B) 90.33º 0.55% 0.64% -
XYZ 21.95 30.88 11.11 -
YUV 139.87 90.26 112.4 -
System Red Green Blue C M Y K H S L
Decimal 118 164 73 0.28 0 0.55 0.36 90.33 0.38 0.46
Hex 76 A4 49 1C 0 37 24 5A 26 2E
Octal 166 244 111 34 0 67 44 132 46 56
Binary 1110110 10100100 1001001 11100 0 110111 100100 1011010 100110 101110

Color Harmonies of #76A449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A449

Black with #76A449

Text Example


Text Example

White with #76A449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A449; }

 p { color: rgb(118,164,73); }

 H1.HeaderClassName
 {
   color: #76A449;
 }
 .AnyTagClassName
 {
   color: #76A449;
 }
</style>

background-color css

<style>
 a { background-color: #76A449; }

 a { background-color: rgb(118,164,73); }

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

border-color css

<style>
 span { border-color: #76A449; }

 span { border-color: rgb(118,164,73); }

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