#81AF65

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

Shades of Asparagus #81AF65

Tints of Asparagus #81AF65

Color information

#81AF65 (or 0x81AF65) is unknown color: approx Asparagus. HEX triplet: 81, AF and 65. RGB value is (129,175,101). Sum of RGB (Red+Green+Blue) = 129+175+101=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF65 is #7E509A. Grayscale: #999999. Windows color (decimal): -8278171 or 6664065. OLE color: 6664065.

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

Color convert

RGB129175101-
CMYK0.2600.420.31
HSL97.3º31.62%54.12%-
HSV(B)97.3º42.29%68.63%-
XYZ26.7336.2717.9-
YUV152.8198.76111.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.85%
GREEN value IS 175 (68.75% from 255) = 43.21%
BLUE value IS 101 (39.84% from 255) = 24.94%
R=31.85%
G=43.21%
B=24.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291751010.2600.420.3197.331.6254.12
Hex81AF651A02A1F612036
Octal20125714532052371414066
Binary10000001101011111100101110100101010111111100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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