#81AF7D

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

Shades of Amulet #81AF7D

Tints of Amulet #81AF7D

Color information

#81AF7D (or 0x81AF7D) is unknown color: approx Amulet. HEX triplet: 81, AF and 7D. RGB value is (129,175,125). Sum of RGB (Red+Green+Blue) = 129+175+125=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF7D is #7E5082. Grayscale: #9B9B9B. Windows color (decimal): -8278147 or 8236929. OLE color: 8236929.

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

Color convert

RGB129175125-
CMYK0.2600.290.31
HSL115.2º23.81%58.82%-
HSV(B)115.2º28.57%68.63%-
XYZ28.0836.8125.03-
YUV155.55110.76109.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.07%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=30.07%
G=40.79%
B=29.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291751250.2600.290.31115.223.8158.82
Hex81AF7D1A01D1F73183b
Octal20125717532035371633073
Binary100000011010111111111011101001110111111111001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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