Html Css Color HEX #76A755 Asparagus

📋 copy color: '#76A755'

red 118 ◦ green 167 ◦ blue 85

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

Shades of Asparagus #76A755

Tints of Asparagus #76A755

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.14%

 BLUE value IS 85 (33.59% from 255) = 22.97%

R = 31.89%
G = 45.14%
B = 22.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#76A755 (or 0x76A755) is known color: Asparagus. HEX triplet: 76, A7 and 55. RGB value is (118,167,85). Sum of RGB (Red+Green+Blue) = 118+167+85=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 167 - color contains mainly: green. Hex color #76A755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A755 is #8958AA. Grayscale: #8F8F8F. Windows color (decimal): -9001131 or 5613430. OLE color: 5613430.

HSL color Cylindrical-coordinate representation of color #76A755: hue angle of 95.85º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76A755 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 167 85 -
CMYK 0.29 0 0.49 0.35
HSL 95.85º 0.33% 0.49% -
HSV(B) 95.85º 0.49% 0.65% -
XYZ 22.93 32.14 13.59 -
YUV 143 95.27 110.17 -
System Red Green Blue C M Y K H S L
Decimal 118 167 85 0.29 0 0.49 0.35 95.85 0.33 0.49
Hex 76 A7 55 1D 0 31 23 60 21 31
Octal 166 247 125 35 0 61 43 140 41 61
Binary 1110110 10100111 1010101 11101 0 110001 100011 1100000 100001 110001

Color Harmonies of #76A755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A755

Black with #76A755

Text Example


Text Example

White with #76A755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,167,85); }

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

background-color css

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

 a { background-color: rgb(118,167,85); }

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

border-color css

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

 span { border-color: rgb(118,167,85); }

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