#87A378

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

Shades of Amulet #87A378

Tints of Amulet #87A378

Color information

#87A378 (or 0x87A378) is unknown color: approx Amulet. HEX triplet: 87, A3 and 78. RGB value is (135,163,120). Sum of RGB (Red+Green+Blue) = 135+163+120=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #87A378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A378 is #785C87. Grayscale: #959595. Windows color (decimal): -7888008 or 7906183. OLE color: 7906183.

HSL color Cylindrical-coordinate representation of color #87A378: hue angle of 99.07º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87A378 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB135163120-
CMYK0.1700.260.36
HSL99.07º18.94%55.49%-
HSV(B)99.07º26.38%63.92%-
XYZ26.4832.722.69-
YUV149.73111.22117.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 163 (64.06% from 255) = 39.00%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=32.30%
G=39.00%
B=28.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351631200.1700.260.3699.0718.9455.49
Hex87A3781101A24631337
Octal20724317021032441432367
Binary1000011110100011111100010001011010100100110001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,163,120); }

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

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

 a { background-color: rgb(135,163,120); }

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

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

 span { border-color: rgb(135,163,120); }

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