#80A758

Color #80A758 Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #80A758

Tints of Asparagus #80A758

Color information

#80A758 (or 0x80A758) is unknown color: approx Asparagus. HEX triplet: 80, A7 and 58. RGB value is (128,167,88). Sum of RGB (Red+Green+Blue) = 128+167+88=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 167 - color contains mainly: green. Hex color #80A758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A758 is #7F58A7. Grayscale: #929292. Windows color (decimal): -8345768 or 5810048. OLE color: 5810048.

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

Color convert

RGB12816788-
CMYK0.2300.470.35
HSL89.62º30.98%50%-
HSV(B)89.62º47.31%65.49%-
XYZ24.4832.9314.3-
YUV146.3395.08114.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 167 (65.62% from 255) = 43.60%
BLUE value IS 88 (34.77% from 255) = 22.98%
R=33.42%
G=43.60%
B=22.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128167880.2300.470.3589.6230.9850
Hex80A7581702F235a1f32
Octal20024713027057431323762
Binary10000000101001111011000101110101111100011101101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,167,88); }

 H1.HeaderClassName
 {
   color: #80A758;
 }
 .AnyTagClassName
 {
   color: #80A758;
 }
</style>
background-color css

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

 a { background-color: rgb(128,167,88); }

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

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

 span { border-color: rgb(128,167,88); }

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