Html Css Color HEX #80A066 Asparagus

📋 copy color: '#80A066'

red 128 ◦ green 160 ◦ blue 102

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

Shades of Asparagus #80A066

Tints of Asparagus #80A066

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.03%

 BLUE value IS 102 (40.23% from 255) = 26.15%

R = 32.82%
G = 41.03%
B = 26.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#80A066 (or 0x80A066) is known color: Asparagus. HEX triplet: 80, A0 and 66. RGB value is (128,160,102). Sum of RGB (Red+Green+Blue) = 128+160+102=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 160 - color contains mainly: green. Hex color #80A066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A066 is #7F5F99. Grayscale: #909090. Windows color (decimal): -8347546 or 6725760. OLE color: 6725760.

HSL color Cylindrical-coordinate representation of color #80A066: hue angle of 93.1º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80A066 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 160 102 -
CMYK 0.20 0 0.36 0.37
HSL 93.1º 0.23% 0.51% -
HSV(B) 93.1º 0.36% 0.63% -
XYZ 23.87 30.69 17.24 -
YUV 143.82 104.4 116.72 -
System Red Green Blue C M Y K H S L
Decimal 128 160 102 0.20 0 0.36 0.37 93.1 0.23 0.51
Hex 80 A0 66 14 0 24 25 5D 17 33
Octal 200 240 146 24 0 44 45 135 27 63
Binary 10000000 10100000 1100110 10100 0 100100 100101 1011101 10111 110011

Color Harmonies of #80A066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A066

Black with #80A066

Text Example


Text Example

White with #80A066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,160,102); }

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

background-color css

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

 a { background-color: rgb(128,160,102); }

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

border-color css

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

 span { border-color: rgb(128,160,102); }

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