Html Css Color HEX #76AF55 Asparagus

📋 copy color: '#76AF55'

red 118 ◦ green 175 ◦ blue 85

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

Shades of Asparagus #76AF55

Tints of Asparagus #76AF55

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

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

R = 31.22%
G = 46.3%
B = 22.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#76AF55 (or 0x76AF55) is known color: Asparagus. HEX triplet: 76, AF and 55. RGB value is (118,175,85). Sum of RGB (Red+Green+Blue) = 118+175+85=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF55 is #8950AA. Grayscale: #949494. Windows color (decimal): -8999083 or 5615478. OLE color: 5615478.

HSL color Cylindrical-coordinate representation of color #76AF55: hue angle of 98º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76AF55 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 175 85 -
CMYK 0.33 0 0.51 0.31
HSL 98º 0.36% 0.51% -
HSV(B) 98º 0.51% 0.69% -
XYZ 24.44 35.17 14.09 -
YUV 147.7 92.62 106.82 -
System Red Green Blue C M Y K H S L
Decimal 118 175 85 0.33 0 0.51 0.31 98 0.36 0.51
Hex 76 AF 55 21 0 33 1F 62 24 33
Octal 166 257 125 41 0 63 37 142 44 63
Binary 1110110 10101111 1010101 100001 0 110011 11111 1100010 100100 110011

Color Harmonies of #76AF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AF55

Black with #76AF55

Text Example


Text Example

White with #76AF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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