Html Css Color HEX #76A451 Asparagus

📋 copy color: '#76A451'

red 118 ◦ green 164 ◦ blue 81

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

Shades of Asparagus #76A451

Tints of Asparagus #76A451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.31%

R = 32.51%
G = 45.18%
B = 22.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#76A451 (or 0x76A451) is known color: Asparagus. HEX triplet: 76, A4 and 51. RGB value is (118,164,81). Sum of RGB (Red+Green+Blue) = 118+164+81=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 164 - color contains mainly: green. Hex color #76A451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A451 is #895BAE. Grayscale: #8D8D8D. Windows color (decimal): -9001903 or 5350518. OLE color: 5350518.

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

Color convert

RGB 118 164 81 -
CMYK 0.28 0 0.51 0.36
HSL 93.25º 0.34% 0.48% -
HSV(B) 93.25º 0.51% 0.64% -
XYZ 22.23 31 12.6 -
YUV 140.78 94.26 111.75 -
System Red Green Blue C M Y K H S L
Decimal 118 164 81 0.28 0 0.51 0.36 93.25 0.34 0.48
Hex 76 A4 51 1C 0 33 24 5D 22 30
Octal 166 244 121 34 0 63 44 135 42 60
Binary 1110110 10100100 1010001 11100 0 110011 100100 1011101 100010 110000

Color Harmonies of #76A451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A451

Black with #76A451

Text Example


Text Example

White with #76A451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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