Html Css Color HEX #80A062 Asparagus

📋 copy color: '#80A062'

red 128 ◦ green 160 ◦ blue 98

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

Shades of Asparagus #80A062

Tints of Asparagus #80A062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.39%

R = 33.16%
G = 41.45%
B = 25.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#80A062 (or 0x80A062) is known color: Asparagus. HEX triplet: 80, A0 and 62. RGB value is (128,160,98). Sum of RGB (Red+Green+Blue) = 128+160+98=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 160 - color contains mainly: green. Hex color #80A062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A062 is #7F5F9D. Grayscale: #8F8F8F. Windows color (decimal): -8347550 or 6463616. OLE color: 6463616.

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

Color convert

RGB 128 160 98 -
CMYK 0.20 0 0.39 0.37
HSL 90.97º 0.25% 0.51% -
HSV(B) 90.97º 0.39% 0.63% -
XYZ 23.68 30.61 16.22 -
YUV 143.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 128 160 98 0.20 0 0.39 0.37 90.97 0.25 0.51
Hex 80 A0 62 14 0 27 25 5B 19 33
Octal 200 240 142 24 0 47 45 133 31 63
Binary 10000000 10100000 1100010 10100 0 100111 100101 1011011 11001 110011

Color Harmonies of #80A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A062

Black with #80A062

Text Example


Text Example

White with #80A062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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