#81B678

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

Shades of Amulet #81B678

Tints of Amulet #81B678

Color information

#81B678 (or 0x81B678) is unknown color: approx Amulet. HEX triplet: 81, B6 and 78. RGB value is (129,182,120). Sum of RGB (Red+Green+Blue) = 129+182+120=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #81B678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B678 is #7E4987. Grayscale: #9F9F9F. Windows color (decimal): -8276360 or 7911041. OLE color: 7911041.

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

Color convert

RGB129182120-
CMYK0.2900.340.29
HSL111.29º29.81%59.22%-
HSV(B)111.29º34.07%71.37%-
XYZ29.1739.4823.85-
YUV159.08105.94106.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.93%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=29.93%
G=42.23%
B=27.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1291821200.2900.340.29111.2929.8159.22
Hex81B6781D0221D6f1e3b
Octal20126617035042351573673
Binary1000000110110110111100011101010001011101110111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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