Html Css Color HEX #76A149 Asparagus

📋 copy color: '#76A149'

red 118 ◦ green 161 ◦ blue 73

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

Shades of Asparagus #76A149

Tints of Asparagus #76A149

RGB

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

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

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

R = 33.52%
G = 45.74%
B = 20.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#76A149 (or 0x76A149) is known color: Asparagus. HEX triplet: 76, A1 and 49. RGB value is (118,161,73). Sum of RGB (Red+Green+Blue) = 118+161+73=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #76A149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A149 is #895EB6. Grayscale: #8A8A8A. Windows color (decimal): -9002679 or 4825462. OLE color: 4825462.

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

Color convert

RGB 118 161 73 -
CMYK 0.27 0 0.55 0.37
HSL 89.32º 0.38% 0.46% -
HSV(B) 89.32º 0.55% 0.63% -
XYZ 21.42 29.82 10.93 -
YUV 138.11 91.25 113.66 -
System Red Green Blue C M Y K H S L
Decimal 118 161 73 0.27 0 0.55 0.37 89.32 0.38 0.46
Hex 76 A1 49 1B 0 37 25 59 26 2E
Octal 166 241 111 33 0 67 45 131 46 56
Binary 1110110 10100001 1001001 11011 0 110111 100101 1011001 100110 101110

Color Harmonies of #76A149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A149

Black with #76A149

Text Example


Text Example

White with #76A149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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