#81A773

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

Shades of Amulet #81A773

Tints of Amulet #81A773

Color information

#81A773 (or 0x81A773) is unknown color: approx Amulet. HEX triplet: 81, A7 and 73. RGB value is (129,167,115). Sum of RGB (Red+Green+Blue) = 129+167+115=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 167 - color contains mainly: green. Hex color #81A773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A773 is #7E588C. Grayscale: #959595. Windows color (decimal): -8280205 or 7579521. OLE color: 7579521.

HSL color Cylindrical-coordinate representation of color #81A773: hue angle of 103.85º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81A773 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB129167115-
CMYK0.2300.310.35
HSL103.85º22.81%55.29%-
HSV(B)103.85º31.14%65.49%-
XYZ25.9733.5421.33-
YUV149.71108.41113.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 167 (65.62% from 255) = 40.63%
BLUE value IS 115 (45.31% from 255) = 27.98%
R=31.39%
G=40.63%
B=27.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1291671150.2300.310.35103.8522.8155.29
Hex81A7731701F23681737
Octal20124716327037431502767
Binary1000000110100111111001110111011111100011110100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,167,115); }

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

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

 a { background-color: rgb(129,167,115); }

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

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

 span { border-color: rgb(129,167,115); }

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