#84B672

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

Shades of Amulet #84B672

Tints of Amulet #84B672

Color information

#84B672 (or 0x84B672) is unknown color: approx Amulet. HEX triplet: 84, B6 and 72. RGB value is (132,182,114). Sum of RGB (Red+Green+Blue) = 132+182+114=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 182 - color contains mainly: green. Hex color #84B672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B672 is #7B498D. Grayscale: #9F9F9F. Windows color (decimal): -8079758 or 7517828. OLE color: 7517828.

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

Color convert

RGB132182114-
CMYK0.2700.370.29
HSL104.12º31.78%58.04%-
HSV(B)104.12º37.36%71.37%-
XYZ29.2839.5822.02-
YUV159.3102.44108.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.84%
GREEN value IS 182 (71.48% from 255) = 42.52%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=30.84%
G=42.52%
B=26.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321821140.2700.370.29104.1231.7858.04
Hex84B6721B0251D68203a
Octal20426616233045351504072
Binary10000100101101101110010110110100101111011101000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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