Html Css Color HEX #76A249 Asparagus

📋 copy color: '#76A249'

red 118 ◦ green 162 ◦ blue 73

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

Shades of Asparagus #76A249

Tints of Asparagus #76A249

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.89%

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

R = 33.43%
G = 45.89%
B = 20.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#76A249 (or 0x76A249) is known color: Asparagus. HEX triplet: 76, A2 and 49. RGB value is (118,162,73). Sum of RGB (Red+Green+Blue) = 118+162+73=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #76A249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A249 is #895DB6. Grayscale: #8B8B8B. Windows color (decimal): -9002423 or 4825718. OLE color: 4825718.

HSL color Cylindrical-coordinate representation of color #76A249: hue angle of 89.66º 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 #76A249 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 162 73 -
CMYK 0.27 0 0.55 0.36
HSL 89.66º 0.38% 0.46% -
HSV(B) 89.66º 0.55% 0.64% -
XYZ 21.59 30.17 10.99 -
YUV 138.7 90.92 113.24 -
System Red Green Blue C M Y K H S L
Decimal 118 162 73 0.27 0 0.55 0.36 89.66 0.38 0.46
Hex 76 A2 49 1B 0 37 24 5A 26 2E
Octal 166 242 111 33 0 67 44 132 46 56
Binary 1110110 10100010 1001001 11011 0 110111 100100 1011010 100110 101110

Color Harmonies of #76A249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A249

Black with #76A249

Text Example


Text Example

White with #76A249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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