#81AF6C

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

Shades of Amulet #81AF6C

Tints of Amulet #81AF6C

Color information

#81AF6C (or 0x81AF6C) is unknown color: approx Amulet. HEX triplet: 81, AF and 6C. RGB value is (129,175,108). Sum of RGB (Red+Green+Blue) = 129+175+108=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF6C is #7E5093. Grayscale: #999999. Windows color (decimal): -8278164 or 7122817. OLE color: 7122817.

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

Color convert

RGB129175108-
CMYK0.2600.380.31
HSL101.19º29.52%55.49%-
HSV(B)101.19º38.29%68.63%-
XYZ27.0936.4119.79-
YUV153.61102.26110.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.31%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=31.31%
G=42.48%
B=26.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291751080.2600.380.31101.1929.5255.49
Hex81AF6C1A0261F651e37
Octal20125715432046371453667
Binary1000000110101111110110011010010011011111110010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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