Html Css Color HEX #76A560 Asparagus

📋 copy color: '#76A560'

red 118 ◦ green 165 ◦ blue 96

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

Shades of Asparagus #76A560

Tints of Asparagus #76A560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.33%

R = 31.13%
G = 43.54%
B = 25.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#76A560 (or 0x76A560) is known color: Asparagus. HEX triplet: 76, A5 and 60. RGB value is (118,165,96). Sum of RGB (Red+Green+Blue) = 118+165+96=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #76A560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A560 is #895A9F. Grayscale: #8F8F8F. Windows color (decimal): -9001632 or 6333814. OLE color: 6333814.

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

Color convert

RGB 118 165 96 -
CMYK 0.28 0 0.42 0.35
HSL 100.87º 0.28% 0.51% -
HSV(B) 100.87º 0.42% 0.65% -
XYZ 23.04 31.61 15.95 -
YUV 143.08 101.43 110.11 -
System Red Green Blue C M Y K H S L
Decimal 118 165 96 0.28 0 0.42 0.35 100.87 0.28 0.51
Hex 76 A5 60 1C 0 2A 23 65 1C 33
Octal 166 245 140 34 0 52 43 145 34 63
Binary 1110110 10100101 1100000 11100 0 101010 100011 1100101 11100 110011

Color Harmonies of #76A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A560

Black with #76A560

Text Example


Text Example

White with #76A560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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