#87B479

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

Shades of Amulet #87B479

Tints of Amulet #87B479

Color information

#87B479 (or 0x87B479) is unknown color: approx Amulet. HEX triplet: 87, B4 and 79. RGB value is (135,180,121). Sum of RGB (Red+Green+Blue) = 135+180+121=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #87B479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87B479 is #784B86. Grayscale: #A0A0A0. Windows color (decimal): -7883655 or 7976071. OLE color: 7976071.

HSL color Cylindrical-coordinate representation of color #87B479: hue angle of 105.76º degrees, saturation: 0.28, 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 #87B479 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB135180121-
CMYK0.2500.330.29
HSL105.76º28.23%59.02%-
HSV(B)105.76º32.78%70.59%-
XYZ29.7639.1724.08-
YUV159.82106.09110.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.96%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 121 (47.66% from 255) = 27.75%
R=30.96%
G=41.28%
B=27.75%

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
Decimal1351801210.2500.330.29105.7628.2359.02
Hex87B479190211D6a1c3b
Octal20726417131041351523473
Binary1000011110110100111100111001010000111101110101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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