#84B775

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

Shades of Amulet #84B775

Tints of Amulet #84B775

Color information

#84B775 (or 0x84B775) is unknown color: approx Amulet. HEX triplet: 84, B7 and 75. RGB value is (132,183,117). Sum of RGB (Red+Green+Blue) = 132+183+117=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #84B775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B775 is #7B488A. Grayscale: #A0A0A0. Windows color (decimal): -8079499 or 7714692. OLE color: 7714692.

HSL color Cylindrical-coordinate representation of color #84B775: hue angle of 106.36º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84B775 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB132183117-
CMYK0.2800.360.28
HSL106.36º31.43%58.82%-
HSV(B)106.36º36.07%71.76%-
XYZ29.6640.0623-
YUV160.23103.6107.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.56%
GREEN value IS 183 (71.88% from 255) = 42.36%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=30.56%
G=42.36%
B=27.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1321831170.2800.360.28106.3631.4358.82
Hex84B7751C0241C6a1f3b
Octal20426716534044341523773
Binary1000010010110111111010111100010010011100110101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,183,117); }

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

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

 a { background-color: rgb(132,183,117); }

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

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

 span { border-color: rgb(132,183,117); }

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