#84A76E

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

Shades of Amulet #84A76E

Tints of Amulet #84A76E

Color information

#84A76E (or 0x84A76E) is unknown color: approx Amulet. HEX triplet: 84, A7 and 6E. RGB value is (132,167,110). Sum of RGB (Red+Green+Blue) = 132+167+110=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 167 - color contains mainly: green. Hex color #84A76E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A76E is #7B5891. Grayscale: #969696. Windows color (decimal): -8083602 or 7251844. OLE color: 7251844.

HSL color Cylindrical-coordinate representation of color #84A76E: hue angle of 96.84º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84A76E is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB132167110-
CMYK0.2100.340.35
HSL96.84º24.46%54.31%-
HSV(B)96.84º34.13%65.49%-
XYZ26.1533.6719.87-
YUV150.04105.4115.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.27%
GREEN value IS 167 (65.62% from 255) = 40.83%
BLUE value IS 110 (43.36% from 255) = 26.89%
R=32.27%
G=40.83%
B=26.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321671100.2100.340.3596.8424.4654.31
Hex84A76E1502223611836
Octal20424715625042431413066
Binary10000100101001111101110101010100010100011110000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,167,110); }

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

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

 a { background-color: rgb(132,167,110); }

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

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

 span { border-color: rgb(132,167,110); }

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