#81AD74

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

Shades of Amulet #81AD74

Tints of Amulet #81AD74

Color information

#81AD74 (or 0x81AD74) is unknown color: approx Amulet. HEX triplet: 81, AD and 74. RGB value is (129,173,116). Sum of RGB (Red+Green+Blue) = 129+173+116=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AD74 is #7E528B. Grayscale: #999999. Windows color (decimal): -8278668 or 7646593. OLE color: 7646593.

HSL color Cylindrical-coordinate representation of color #81AD74: hue angle of 106.32º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81AD74 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB129173116-
CMYK0.2500.330.32
HSL106.32º25.79%56.67%-
HSV(B)106.32º32.95%67.84%-
XYZ27.1535.8222.01-
YUV153.35106.92110.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 173 (67.97% from 255) = 41.39%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=30.86%
G=41.39%
B=27.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291731160.2500.330.32106.3225.7956.67
Hex81AD7419021206a1a39
Octal20125516431041401523271
Binary10000001101011011110100110010100001100000110101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,173,116); }

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

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

 a { background-color: rgb(129,173,116); }

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

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

 span { border-color: rgb(129,173,116); }

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