#81A560

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

Shades of Asparagus #81A560

Tints of Asparagus #81A560

Color information

#81A560 (or 0x81A560) is unknown color: approx Asparagus. HEX triplet: 81, A5 and 60. RGB value is (129,165,96). Sum of RGB (Red+Green+Blue) = 129+165+96=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #81A560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A560 is #7E5A9F. Grayscale: #929292. Windows color (decimal): -8280736 or 6333825. OLE color: 6333825.

HSL color Cylindrical-coordinate representation of color #81A560: hue angle of 91.3º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81A560 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB12916596-
CMYK0.2200.420.35
HSL91.3º27.71%51.18%-
HSV(B)91.3º41.82%64.71%-
XYZ24.6232.4216.03-
YUV146.3799.57115.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 96 (37.89% from 255) = 24.62%
R=33.08%
G=42.31%
B=24.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal129165960.2200.420.3591.327.7151.18
Hex81A5601602A235b1c33
Octal20124514026052431333463
Binary10000001101001011100000101100101010100011101101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A560; }

 p { color: rgb(129,165,96); }

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

<style>
 a { background-color: #81A560; }

 a { background-color: rgb(129,165,96); }

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

<style>
 span { border-color: #81A560; }

 span { border-color: rgb(129,165,96); }

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