Html Css Color HEX #76A455 Asparagus

📋 copy color: '#76A455'

red 118 ◦ green 164 ◦ blue 85

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

Shades of Asparagus #76A455

Tints of Asparagus #76A455

RGB

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

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

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

R = 32.15%
G = 44.69%
B = 23.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#76A455 (or 0x76A455) is known color: Asparagus. HEX triplet: 76, A4 and 55. RGB value is (118,164,85). Sum of RGB (Red+Green+Blue) = 118+164+85=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #76A455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A455 is #895BAA. Grayscale: #8D8D8D. Windows color (decimal): -9001899 or 5612662. OLE color: 5612662.

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

Color convert

RGB 118 164 85 -
CMYK 0.28 0 0.48 0.36
HSL 94.94º 0.32% 0.49% -
HSV(B) 94.94º 0.48% 0.64% -
XYZ 22.39 31.06 13.41 -
YUV 141.24 96.26 111.42 -
System Red Green Blue C M Y K H S L
Decimal 118 164 85 0.28 0 0.48 0.36 94.94 0.32 0.49
Hex 76 A4 55 1C 0 30 24 5F 20 31
Octal 166 244 125 34 0 60 44 137 40 61
Binary 1110110 10100100 1010101 11100 0 110000 100100 1011111 100000 110001

Color Harmonies of #76A455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A455

Black with #76A455

Text Example


Text Example

White with #76A455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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