Html Css Color HEX #80A668 Asparagus

📋 copy color: '#80A668'

red 128 ◦ green 166 ◦ blue 104

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

Shades of Asparagus #80A668

Tints of Asparagus #80A668

RGB

 RED value IS 128 (50.39% from 255) = 32.16%

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

 BLUE value IS 104 (41.02% from 255) = 26.13%

R = 32.16%
G = 41.71%
B = 26.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#80A668 (or 0x80A668) is known color: Asparagus. HEX triplet: 80, A6 and 68. RGB value is (128,166,104). Sum of RGB (Red+Green+Blue) = 128+166+104=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 166 - color contains mainly: green. Hex color #80A668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A668 is #7F5997. Grayscale: #939393. Windows color (decimal): -8346008 or 6858368. OLE color: 6858368.

HSL color Cylindrical-coordinate representation of color #80A668: hue angle of 96.77º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80A668 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 166 104 -
CMYK 0.23 0 0.37 0.35
HSL 96.77º 0.26% 0.53% -
HSV(B) 96.77º 0.37% 0.65% -
XYZ 25.04 32.86 18.12 -
YUV 147.57 103.41 114.04 -
System Red Green Blue C M Y K H S L
Decimal 128 166 104 0.23 0 0.37 0.35 96.77 0.26 0.53
Hex 80 A6 68 17 0 25 23 61 1A 35
Octal 200 246 150 27 0 45 43 141 32 65
Binary 10000000 10100110 1101000 10111 0 100101 100011 1100001 11010 110101

Color Harmonies of #80A668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A668

Black with #80A668

Text Example


Text Example

White with #80A668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A668; }

 p { color: rgb(128,166,104); }

 H1.HeaderClassName
 {
   color: #80A668;
 }
 .AnyTagClassName
 {
   color: #80A668;
 }
</style>

background-color css

<style>
 a { background-color: #80A668; }

 a { background-color: rgb(128,166,104); }

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

border-color css

<style>
 span { border-color: #80A668; }

 span { border-color: rgb(128,166,104); }

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