Html Css Color HEX #80A063 Asparagus

📋 copy color: '#80A063'

red 128 ◦ green 160 ◦ blue 99

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

Shades of Asparagus #80A063

Tints of Asparagus #80A063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.58%

R = 33.07%
G = 41.34%
B = 25.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#80A063 (or 0x80A063) is known color: Asparagus. HEX triplet: 80, A0 and 63. RGB value is (128,160,99). Sum of RGB (Red+Green+Blue) = 128+160+99=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #80A063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A063 is #7F5F9C. Grayscale: #8F8F8F. Windows color (decimal): -8347549 or 6529152. OLE color: 6529152.

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

Color convert

RGB 128 160 99 -
CMYK 0.20 0 0.38 0.37
HSL 91.48º 0.24% 0.51% -
HSV(B) 91.48º 0.38% 0.63% -
XYZ 23.73 30.63 16.47 -
YUV 143.48 102.9 116.96 -
System Red Green Blue C M Y K H S L
Decimal 128 160 99 0.20 0 0.38 0.37 91.48 0.24 0.51
Hex 80 A0 63 14 0 26 25 5B 18 33
Octal 200 240 143 24 0 46 45 133 30 63
Binary 10000000 10100000 1100011 10100 0 100110 100101 1011011 11000 110011

Color Harmonies of #80A063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A063

Black with #80A063

Text Example


Text Example

White with #80A063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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