Html Css Color HEX #76AD61 Asparagus

📋 copy color: '#76AD61'

red 118 ◦ green 173 ◦ blue 97

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

Shades of Asparagus #76AD61

Tints of Asparagus #76AD61

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.59%

 BLUE value IS 97 (38.28% from 255) = 25%

R = 30.41%
G = 44.59%
B = 25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#76AD61 (or 0x76AD61) is known color: Asparagus. HEX triplet: 76, AD and 61. RGB value is (118,173,97). Sum of RGB (Red+Green+Blue) = 118+173+97=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AD61 is #89529E. Grayscale: #949494. Windows color (decimal): -8999583 or 6401398. OLE color: 6401398.

HSL color Cylindrical-coordinate representation of color #76AD61: hue angle of 103.42º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76AD61 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 173 97 -
CMYK 0.32 0 0.44 0.32
HSL 103.42º 0.32% 0.53% -
HSV(B) 103.42º 0.44% 0.68% -
XYZ 24.57 34.6 16.69 -
YUV 147.89 99.28 106.68 -
System Red Green Blue C M Y K H S L
Decimal 118 173 97 0.32 0 0.44 0.32 103.42 0.32 0.53
Hex 76 AD 61 20 0 2C 20 67 20 35
Octal 166 255 141 40 0 54 40 147 40 65
Binary 1110110 10101101 1100001 100000 0 101100 100000 1100111 100000 110101

Color Harmonies of #76AD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AD61

Black with #76AD61

Text Example


Text Example

White with #76AD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,173,97); }

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

background-color css

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

 a { background-color: rgb(118,173,97); }

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

border-color css

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

 span { border-color: rgb(118,173,97); }

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