#84AD76

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

Shades of Amulet #84AD76

Tints of Amulet #84AD76

Color information

#84AD76 (or 0x84AD76) is unknown color: approx Amulet. HEX triplet: 84, AD and 76. RGB value is (132,173,118). Sum of RGB (Red+Green+Blue) = 132+173+118=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AD76 is #7B5289. Grayscale: #9A9A9A. Windows color (decimal): -8082058 or 7777668. OLE color: 7777668.

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

Color convert

RGB132173118-
CMYK0.2400.320.32
HSL104.73º25.11%57.06%-
HSV(B)104.73º31.79%67.84%-
XYZ27.7336.122.65-
YUV154.47107.42111.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.21%
GREEN value IS 173 (67.97% from 255) = 40.90%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=31.21%
G=40.90%
B=27.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321731180.2400.320.32104.7325.1157.06
Hex84AD761802020691939
Octal20425516630040401513171
Binary10000100101011011110110110000100000100000110100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84AD76; }

 p { color: rgb(132,173,118); }

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

<style>
 a { background-color: #84AD76; }

 a { background-color: rgb(132,173,118); }

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

<style>
 span { border-color: #84AD76; }

 span { border-color: rgb(132,173,118); }

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