Html Css Color HEX #76A65D Asparagus

📋 copy color: '#76A65D'

red 118 ◦ green 166 ◦ blue 93

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

Shades of Asparagus #76A65D

Tints of Asparagus #76A65D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.03%

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

R = 31.3%
G = 44.03%
B = 24.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#76A65D (or 0x76A65D) is known color: Asparagus. HEX triplet: 76, A6 and 5D. RGB value is (118,166,93). Sum of RGB (Red+Green+Blue) = 118+166+93=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #76A65D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A65D is #8959A2. Grayscale: #8F8F8F. Windows color (decimal): -9001379 or 6137462. OLE color: 6137462.

HSL color Cylindrical-coordinate representation of color #76A65D: hue angle of 99.45º 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 #76A65D is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 166 93 -
CMYK 0.29 0 0.44 0.35
HSL 99.45º 0.29% 0.51% -
HSV(B) 99.45º 0.44% 0.65% -
XYZ 23.08 31.91 15.3 -
YUV 143.33 99.6 109.94 -
System Red Green Blue C M Y K H S L
Decimal 118 166 93 0.29 0 0.44 0.35 99.45 0.29 0.51
Hex 76 A6 5D 1D 0 2C 23 63 1D 33
Octal 166 246 135 35 0 54 43 143 35 63
Binary 1110110 10100110 1011101 11101 0 101100 100011 1100011 11101 110011

Color Harmonies of #76A65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A65D

Black with #76A65D

Text Example


Text Example

White with #76A65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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