#87997F

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

Shades of Amulet #87997F

Tints of Amulet #87997F

Color information

#87997F (or 0x87997F) is unknown color: approx Amulet. HEX triplet: 87, 99 and 7F. RGB value is (135,153,127). Sum of RGB (Red+Green+Blue) = 135+153+127=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #87997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87997F is #786680. Grayscale: #909090. Windows color (decimal): -7890561 or 8362375. OLE color: 8362375.

HSL color Cylindrical-coordinate representation of color #87997F: hue angle of 101.54º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #87997F is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB135153127-
CMYK0.1200.170.4
HSL101.54º11.3%54.9%-
HSV(B)101.54º16.99%60%-
XYZ25.2129.4724.44-
YUV144.65118.04121.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.53%
GREEN value IS 153 (60.16% from 255) = 36.87%
BLUE value IS 127 (50% from 255) = 30.60%
R=32.53%
G=36.87%
B=30.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1351531270.1200.170.4101.5411.354.9
Hex87997FC0112866b37
Octal20723117714021501461367
Binary10000111100110011111111110001000110100011001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87997F; }

 p { color: rgb(135,153,127); }

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

<style>
 a { background-color: #87997F; }

 a { background-color: rgb(135,153,127); }

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

<style>
 span { border-color: #87997F; }

 span { border-color: rgb(135,153,127); }

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