#85B476

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

Shades of Amulet #85B476

Tints of Amulet #85B476

Color information

#85B476 (or 0x85B476) is unknown color: approx Amulet. HEX triplet: 85, B4 and 76. RGB value is (133,180,118). Sum of RGB (Red+Green+Blue) = 133+180+118=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #85B476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B476 is #7A4B89. Grayscale: #9F9F9F. Windows color (decimal): -8014730 or 7779461. OLE color: 7779461.

HSL color Cylindrical-coordinate representation of color #85B476: hue angle of 105.48º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85B476 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB133180118-
CMYK0.2600.340.29
HSL105.48º29.25%58.43%-
HSV(B)105.48º34.44%70.59%-
XYZ29.2638.9423.11-
YUV158.88104.93109.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.86%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=30.86%
G=41.76%
B=27.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331801180.2600.340.29105.4829.2558.43
Hex85B4761A0221D691d3a
Octal20526416632042351513572
Binary1000010110110100111011011010010001011101110100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85B476; }

 p { color: rgb(133,180,118); }

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

<style>
 a { background-color: #85B476; }

 a { background-color: rgb(133,180,118); }

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

<style>
 span { border-color: #85B476; }

 span { border-color: rgb(133,180,118); }

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