#84B67A

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

Shades of Amulet #84B67A

Tints of Amulet #84B67A

Color information

#84B67A (or 0x84B67A) is unknown color: approx Amulet. HEX triplet: 84, B6 and 7A. RGB value is (132,182,122). Sum of RGB (Red+Green+Blue) = 132+182+122=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #84B67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B67A is #7B4985. Grayscale: #A0A0A0. Windows color (decimal): -8079750 or 8042116. OLE color: 8042116.

HSL color Cylindrical-coordinate representation of color #84B67A: hue angle of 110º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84B67A is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB132182122-
CMYK0.2700.330.29
HSL110º29.13%59.61%-
HSV(B)110º32.97%71.37%-
XYZ29.7639.7724.52-
YUV160.21106.44107.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.28%
GREEN value IS 182 (71.48% from 255) = 41.74%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=30.28%
G=41.74%
B=27.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321821220.2700.330.2911029.1359.61
Hex84B67A1B0211D6e1d3c
Octal20426617233041351563574
Binary1000010010110110111101011011010000111101110111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,182,122); }

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

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

 a { background-color: rgb(132,182,122); }

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

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

 span { border-color: rgb(132,182,122); }

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