#87B26F

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

Shades of Amulet #87B26F

Tints of Amulet #87B26F

Color information

#87B26F (or 0x87B26F) is unknown color: approx Amulet. HEX triplet: 87, B2 and 6F. RGB value is (135,178,111). Sum of RGB (Red+Green+Blue) = 135+178+111=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #87B26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87B26F is #784D90. Grayscale: #9D9D9D. Windows color (decimal): -7884177 or 7320199. OLE color: 7320199.

HSL color Cylindrical-coordinate representation of color #87B26F: hue angle of 98.51º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87B26F is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB135178111-
CMYK0.2400.380.30
HSL98.51º30.32%56.67%-
HSV(B)98.51º37.64%69.8%-
XYZ28.7838.1420.88-
YUV157.5101.75111.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.84%
GREEN value IS 178 (69.92% from 255) = 41.98%
BLUE value IS 111 (43.75% from 255) = 26.18%
R=31.84%
G=41.98%
B=26.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1351781110.2400.380.3098.5130.3256.67
Hex87B26F180261E631e39
Octal20726215730046361433671
Binary1000011110110010110111111000010011011110110001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,178,111); }

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

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

 a { background-color: rgb(135,178,111); }

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

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

 span { border-color: rgb(135,178,111); }

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