#87AA72

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

Shades of Amulet #87AA72

Tints of Amulet #87AA72

Color information

#87AA72 (or 0x87AA72) is unknown color: approx Amulet. HEX triplet: 87, AA and 72. RGB value is (135,170,114). Sum of RGB (Red+Green+Blue) = 135+170+114=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #87AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AA72 is #78558D. Grayscale: #999999. Windows color (decimal): -7886222 or 7514759. OLE color: 7514759.

HSL color Cylindrical-coordinate representation of color #87AA72: hue angle of 97.5º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87AA72 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB135170114-
CMYK0.2100.330.33
HSL97.5º24.78%55.69%-
HSV(B)97.5º32.94%66.67%-
XYZ27.435.1221.25-
YUV153.15105.9115.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.22%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 114 (44.92% from 255) = 27.21%
R=32.22%
G=40.57%
B=27.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351701140.2100.330.3397.524.7855.69
Hex87AA721502121611938
Octal20725216225041411413170
Binary10000111101010101110010101010100001100001110000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87AA72; }

 p { color: rgb(135,170,114); }

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

<style>
 a { background-color: #87AA72; }

 a { background-color: rgb(135,170,114); }

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

<style>
 span { border-color: #87AA72; }

 span { border-color: rgb(135,170,114); }

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