#81AF7B

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

Shades of Amulet #81AF7B

Tints of Amulet #81AF7B

Color information

#81AF7B (or 0x81AF7B) is unknown color: approx Amulet. HEX triplet: 81, AF and 7B. RGB value is (129,175,123). Sum of RGB (Red+Green+Blue) = 129+175+123=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF7B is #7E5084. Grayscale: #9B9B9B. Windows color (decimal): -8278149 or 8105857. OLE color: 8105857.

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

Color convert

RGB129175123-
CMYK0.2600.300.31
HSL113.08º24.53%58.43%-
HSV(B)113.08º29.71%68.63%-
XYZ27.9636.7624.36-
YUV155.32109.76109.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.21%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 123 (48.44% from 255) = 28.81%
R=30.21%
G=40.98%
B=28.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291751230.2600.300.31113.0824.5358.43
Hex81AF7B1A01E1F71193a
Octal20125717332036371613172
Binary100000011010111111110111101001111011111111000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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