Html Css Color HEX #76A55D Asparagus

📋 copy color: '#76A55D'

red 118 ◦ green 165 ◦ blue 93

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

Shades of Asparagus #76A55D

Tints of Asparagus #76A55D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.88%

 BLUE value IS 93 (36.72% from 255) = 24.73%

R = 31.38%
G = 43.88%
B = 24.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#76A55D (or 0x76A55D) is known color: Asparagus. HEX triplet: 76, A5 and 5D. RGB value is (118,165,93). Sum of RGB (Red+Green+Blue) = 118+165+93=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #76A55D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A55D is #895AA2. Grayscale: #8E8E8E. Windows color (decimal): -9001635 or 6137206. OLE color: 6137206.

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

Color convert

RGB 118 165 93 -
CMYK 0.28 0 0.44 0.35
HSL 99.17º 0.29% 0.51% -
HSV(B) 99.17º 0.44% 0.65% -
XYZ 22.9 31.55 15.24 -
YUV 142.74 99.93 110.35 -
System Red Green Blue C M Y K H S L
Decimal 118 165 93 0.28 0 0.44 0.35 99.17 0.29 0.51
Hex 76 A5 5D 1C 0 2C 23 63 1D 33
Octal 166 245 135 34 0 54 43 143 35 63
Binary 1110110 10100101 1011101 11100 0 101100 100011 1100011 11101 110011

Color Harmonies of #76A55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A55D

Black with #76A55D

Text Example


Text Example

White with #76A55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,165,93); }

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

background-color css

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

 a { background-color: rgb(118,165,93); }

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

border-color css

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

 span { border-color: rgb(118,165,93); }

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