Html Css Color HEX #81AF65 Asparagus

📋 copy color: '#81AF65'

red 129 ◦ green 175 ◦ blue 101

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

Shades of Asparagus #81AF65

Tints of Asparagus #81AF65

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 value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#81AF65 (or 0x81AF65) is known color: 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

RGB 129 175 101 -
CMYK 0.26 0 0.42 0.31
HSL 97.3º 0.32% 0.54% -
HSV(B) 97.3º 0.42% 0.69% -
XYZ 26.73 36.27 17.9 -
YUV 152.81 98.76 111.02 -
System Red Green Blue C M Y K H S L
Decimal 129 175 101 0.26 0 0.42 0.31 97.3 0.32 0.54
Hex 81 AF 65 1A 0 2A 1F 61 20 36
Octal 201 257 145 32 0 52 37 141 40 66
Binary 10000001 10101111 1100101 11010 0 101010 11111 1100001 100000 110110

Color Harmonies of #81AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AF65

Black with #81AF65

Text Example


Text Example

White with #81AF65

Text Example


Text Example

HTML Codes & Css Web 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>