Html Css Color HEX #76A452 Asparagus

📋 copy color: '#76A452'

red 118 ◦ green 164 ◦ blue 82

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

Shades of Asparagus #76A452

Tints of Asparagus #76A452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.53%

R = 32.42%
G = 45.05%
B = 22.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#76A452 (or 0x76A452) is known color: Asparagus. HEX triplet: 76, A4 and 52. RGB value is (118,164,82). Sum of RGB (Red+Green+Blue) = 118+164+82=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #76A452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A452 is #895BAD. Grayscale: #8D8D8D. Windows color (decimal): -9001902 or 5416054. OLE color: 5416054.

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

Color convert

RGB 118 164 82 -
CMYK 0.28 0 0.5 0.36
HSL 93.66º 0.33% 0.48% -
HSV(B) 93.66º 0.5% 0.64% -
XYZ 22.27 31.01 12.79 -
YUV 140.9 94.76 111.67 -
System Red Green Blue C M Y K H S L
Decimal 118 164 82 0.28 0 0.5 0.36 93.66 0.33 0.48
Hex 76 A4 52 1C 0 32 24 5E 21 30
Octal 166 244 122 34 0 62 44 136 41 60
Binary 1110110 10100100 1010010 11100 0 110010 100100 1011110 100001 110000

Color Harmonies of #76A452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A452

Black with #76A452

Text Example


Text Example

White with #76A452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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