#81AD65

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

Shades of Asparagus #81AD65

Tints of Asparagus #81AD65

Color information

#81AD65 (or 0x81AD65) is unknown color: approx Asparagus. HEX triplet: 81, AD and 65. RGB value is (129,173,101). Sum of RGB (Red+Green+Blue) = 129+173+101=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AD65 is #7E529A. Grayscale: #979797. Windows color (decimal): -8278683 or 6663553. OLE color: 6663553.

HSL color Cylindrical-coordinate representation of color #81AD65: hue angle of 96.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81AD65 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB129173101-
CMYK0.2500.420.32
HSL96.67º30.51%53.73%-
HSV(B)96.67º41.62%67.84%-
XYZ26.3535.4917.77-
YUV151.6499.42111.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.01%
GREEN value IS 173 (67.97% from 255) = 42.93%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=32.01%
G=42.93%
B=25.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291731010.2500.420.3296.6730.5153.73
Hex81AD651902A20611f36
Octal20125514531052401413766
Binary10000001101011011100101110010101010100000110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,173,101); }

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

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

 a { background-color: rgb(129,173,101); }

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

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

 span { border-color: rgb(129,173,101); }

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