#87B07D

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

Shades of Amulet #87B07D

Tints of Amulet #87B07D

Color information

#87B07D (or 0x87B07D) is unknown color: approx Amulet. HEX triplet: 87, B0 and 7D. RGB value is (135,176,125). Sum of RGB (Red+Green+Blue) = 135+176+125=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #87B07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87B07D is #784F82. Grayscale: #9E9E9E. Windows color (decimal): -7884675 or 8237191. OLE color: 8237191.

HSL color Cylindrical-coordinate representation of color #87B07D: hue angle of 108.24º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87B07D is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB135176125-
CMYK0.2300.290.31
HSL108.24º24.4%59.02%-
HSV(B)108.24º28.98%69.02%-
XYZ29.2237.6825.14-
YUV157.93109.42111.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.96%
GREEN value IS 176 (69.14% from 255) = 40.37%
BLUE value IS 125 (49.22% from 255) = 28.67%
R=30.96%
G=40.37%
B=28.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351761250.2300.290.31108.2424.459.02
Hex87B07D1701D1F6c183b
Octal20726017527035371543073
Binary100001111011000011111011011101110111111110110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,176,125); }

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

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

 a { background-color: rgb(135,176,125); }

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

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

 span { border-color: rgb(135,176,125); }

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