Html Css Color HEX #76A048 Asparagus

📋 copy color: '#76A048'

red 118 ◦ green 160 ◦ blue 72

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

Shades of Asparagus #76A048

Tints of Asparagus #76A048

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.71%

 BLUE value IS 72 (28.52% from 255) = 20.57%

R = 33.71%
G = 45.71%
B = 20.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#76A048 (or 0x76A048) is known color: Asparagus. HEX triplet: 76, A0 and 48. RGB value is (118,160,72). Sum of RGB (Red+Green+Blue) = 118+160+72=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #76A048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A048 is #895FB7. Grayscale: #898989. Windows color (decimal): -9002936 or 4759670. OLE color: 4759670.

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

Color convert

RGB 118 160 72 -
CMYK 0.26 0 0.55 0.37
HSL 88.64º 0.38% 0.45% -
HSV(B) 88.64º 0.55% 0.63% -
XYZ 21.21 29.46 10.7 -
YUV 137.41 91.09 114.16 -
System Red Green Blue C M Y K H S L
Decimal 118 160 72 0.26 0 0.55 0.37 88.64 0.38 0.45
Hex 76 A0 48 1A 0 37 25 59 26 2D
Octal 166 240 110 32 0 67 45 131 46 55
Binary 1110110 10100000 1001000 11010 0 110111 100101 1011001 100110 101101

Color Harmonies of #76A048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A048

Black with #76A048

Text Example


Text Example

White with #76A048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,160,72); }

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

background-color css

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

 a { background-color: rgb(118,160,72); }

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

border-color css

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

 span { border-color: rgb(118,160,72); }

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