#87A76E

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

Shades of Amulet #87A76E

Tints of Amulet #87A76E

Color information

#87A76E (or 0x87A76E) is unknown color: approx Amulet. HEX triplet: 87, A7 and 6E. RGB value is (135,167,110). Sum of RGB (Red+Green+Blue) = 135+167+110=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 167 - color contains mainly: green. Hex color #87A76E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A76E is #785891. Grayscale: #979797. Windows color (decimal): -7886994 or 7251847. OLE color: 7251847.

HSL color Cylindrical-coordinate representation of color #87A76E: hue angle of 93.68º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87A76E is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB135167110-
CMYK0.1900.340.35
HSL93.68º24.46%54.31%-
HSV(B)93.68º34.13%65.49%-
XYZ26.6233.9119.89-
YUV150.93104.9116.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.77%
GREEN value IS 167 (65.62% from 255) = 40.53%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=32.77%
G=40.53%
B=26.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1351671100.1900.340.3593.6824.4654.31
Hex87A76E13022235e1836
Octal20724715623042431363066
Binary10000111101001111101110100110100010100011101111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,167,110); }

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

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

 a { background-color: rgb(135,167,110); }

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

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

 span { border-color: rgb(135,167,110); }

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