#84AF6C

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

Shades of Amulet #84AF6C

Tints of Amulet #84AF6C

Color information

#84AF6C (or 0x84AF6C) is unknown color: approx Amulet. HEX triplet: 84, AF and 6C. RGB value is (132,175,108). Sum of RGB (Red+Green+Blue) = 132+175+108=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF6C is #7B5093. Grayscale: #9A9A9A. Windows color (decimal): -8081556 or 7122820. OLE color: 7122820.

HSL color Cylindrical-coordinate representation of color #84AF6C: hue angle of 98.51º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84AF6C is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB132175108-
CMYK0.2500.380.31
HSL98.51º29.52%55.49%-
HSV(B)98.51º38.29%68.63%-
XYZ27.5536.6519.81-
YUV154.5101.75111.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.81%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=31.81%
G=42.17%
B=26.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321751080.2500.380.3198.5129.5255.49
Hex84AF6C190261F631e37
Octal20425715431046371433667
Binary1000010010101111110110011001010011011111110001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,175,108); }

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

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

 a { background-color: rgb(132,175,108); }

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

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

 span { border-color: rgb(132,175,108); }

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