#84957F

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

Shades of Amulet #84957F

Tints of Amulet #84957F

Color information

#84957F (or 0x84957F) is unknown color: approx Amulet. HEX triplet: 84, 95 and 7F. RGB value is (132,149,127). Sum of RGB (Red+Green+Blue) = 132+149+127=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 149 - color contains mainly: green. Hex color #84957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84957F is #7B6A80. Grayscale: #8D8D8D. Windows color (decimal): -8088193 or 8361348. OLE color: 8361348.

HSL color Cylindrical-coordinate representation of color #84957F: hue angle of 106.36º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84957F is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB132149127-
CMYK0.1100.150.42
HSL106.36º9.4%54.12%-
HSV(B)106.36º14.77%58.43%-
XYZ24.0927.9324.2-
YUV141.41119.87121.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 149 (58.59% from 255) = 36.52%
BLUE value IS 127 (50% from 255) = 31.13%
R=32.35%
G=36.52%
B=31.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321491270.1100.150.42106.369.454.12
Hex84957FB0F2A6a936
Octal20422517713017521521166
Binary1000010010010101111111110110111110101011010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84957F; }

 p { color: rgb(132,149,127); }

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

<style>
 a { background-color: #84957F; }

 a { background-color: rgb(132,149,127); }

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

<style>
 span { border-color: #84957F; }

 span { border-color: rgb(132,149,127); }

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