#87AB75

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

Shades of Amulet #87AB75

Tints of Amulet #87AB75

Color information

#87AB75 (or 0x87AB75) is unknown color: approx Amulet. HEX triplet: 87, AB and 75. RGB value is (135,171,117). Sum of RGB (Red+Green+Blue) = 135+171+117=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #87AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AB75 is #78548A. Grayscale: #9A9A9A. Windows color (decimal): -7885963 or 7711623. OLE color: 7711623.

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

Color convert

RGB135171117-
CMYK0.2100.320.33
HSL100º24.32%56.47%-
HSV(B)100º31.58%67.06%-
XYZ27.7735.5622.23-
YUV154.08107.07114.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.91%
GREEN value IS 171 (67.19% from 255) = 40.43%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=31.91%
G=40.43%
B=27.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351711170.2100.320.3310024.3256.47
Hex87AB751502021641838
Octal20725316525040411443070
Binary10000111101010111110101101010100000100001110010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,171,117); }

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

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

 a { background-color: rgb(135,171,117); }

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

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

 span { border-color: rgb(135,171,117); }

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