#81B676

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

Shades of Amulet #81B676

Tints of Amulet #81B676

Color information

#81B676 (or 0x81B676) is unknown color: approx Amulet. HEX triplet: 81, B6 and 76. RGB value is (129,182,118). Sum of RGB (Red+Green+Blue) = 129+182+118=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #81B676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B676 is #7E4989. Grayscale: #9F9F9F. Windows color (decimal): -8276362 or 7779969. OLE color: 7779969.

HSL color Cylindrical-coordinate representation of color #81B676: hue angle of 109.69º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81B676 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB129182118-
CMYK0.2900.350.29
HSL109.69º30.48%58.82%-
HSV(B)109.69º35.16%71.37%-
XYZ29.0539.4323.22-
YUV158.86104.94106.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.07%
GREEN value IS 182 (71.48% from 255) = 42.42%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=30.07%
G=42.42%
B=27.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1291821180.2900.350.29109.6930.4858.82
Hex81B6761D0231D6e1e3b
Octal20126616635043351563673
Binary1000000110110110111011011101010001111101110111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,182,118); }

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

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

 a { background-color: rgb(129,182,118); }

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

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

 span { border-color: rgb(129,182,118); }

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