#87B478

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

Shades of Amulet #87B478

Tints of Amulet #87B478

Color information

#87B478 (or 0x87B478) is unknown color: approx Amulet. HEX triplet: 87, B4 and 78. RGB value is (135,180,120). Sum of RGB (Red+Green+Blue) = 135+180+120=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #87B478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87B478 is #784B87. Grayscale: #9F9F9F. Windows color (decimal): -7883656 or 7910535. OLE color: 7910535.

HSL color Cylindrical-coordinate representation of color #87B478: hue angle of 105º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87B478 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB135180120-
CMYK0.2500.330.29
HSL105º28.57%58.82%-
HSV(B)105º33.33%70.59%-
XYZ29.739.1523.76-
YUV159.7105.59110.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.03%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=31.03%
G=41.38%
B=27.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351801200.2500.330.2910528.5758.82
Hex87B478190211D691d3b
Octal20726417031041351513573
Binary1000011110110100111100011001010000111101110100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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