#84AA7F

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

Shades of Amulet #84AA7F

Tints of Amulet #84AA7F

Color information

#84AA7F (or 0x84AA7F) is unknown color: approx Amulet. HEX triplet: 84, AA and 7F. RGB value is (132,170,127). Sum of RGB (Red+Green+Blue) = 132+170+127=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AA7F is #7B5580. Grayscale: #999999. Windows color (decimal): -8082817 or 8366724. OLE color: 8366724.

HSL color Cylindrical-coordinate representation of color #84AA7F: hue angle of 113.02º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84AA7F is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB132170127-
CMYK0.2200.250.33
HSL113.02º20.19%58.24%-
HSV(B)113.02º25.29%66.67%-
XYZ27.7235.1925.41-
YUV153.74112.91112.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.77%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 127 (50% from 255) = 29.60%
R=30.77%
G=39.63%
B=29.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321701270.2200.250.33113.0220.1958.24
Hex84AA7F160192171143a
Octal20425217726031411612472
Binary1000010010101010111111110110011001100001111000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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