Html Css Color HEX #76AB56 Asparagus

📋 copy color: '#76AB56'

red 118 ◦ green 171 ◦ blue 86

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

Shades of Asparagus #76AB56

Tints of Asparagus #76AB56

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.6%

 BLUE value IS 86 (33.98% from 255) = 22.93%

R = 31.47%
G = 45.6%
B = 22.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#76AB56 (or 0x76AB56) is known color: Asparagus. HEX triplet: 76, AB and 56. RGB value is (118,171,86). Sum of RGB (Red+Green+Blue) = 118+171+86=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AB56 is #8954A9. Grayscale: #919191. Windows color (decimal): -9000106 or 5679990. OLE color: 5679990.

HSL color Cylindrical-coordinate representation of color #76AB56: hue angle of 97.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76AB56 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 86 -
CMYK 0.31 0 0.50 0.33
HSL 97.41º 0.34% 0.5% -
HSV(B) 97.41º 0.5% 0.67% -
XYZ 23.71 33.65 14.05 -
YUV 145.46 94.44 108.41 -
System Red Green Blue C M Y K H S L
Decimal 118 171 86 0.31 0 0.50 0.33 97.41 0.34 0.5
Hex 76 AB 56 1F 0 32 21 61 22 32
Octal 166 253 126 37 0 62 41 141 42 62
Binary 1110110 10101011 1010110 11111 0 110010 100001 1100001 100010 110010

Color Harmonies of #76AB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB56

Black with #76AB56

Text Example


Text Example

White with #76AB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,171,86); }

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

background-color css

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

 a { background-color: rgb(118,171,86); }

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

border-color css

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

 span { border-color: rgb(118,171,86); }

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