#85AD75

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

Shades of Amulet #85AD75

Tints of Amulet #85AD75

Color information

#85AD75 (or 0x85AD75) is unknown color: approx Amulet. HEX triplet: 85, AD and 75. RGB value is (133,173,117). Sum of RGB (Red+Green+Blue) = 133+173+117=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AD75 is #7A528A. Grayscale: #9A9A9A. Windows color (decimal): -8016523 or 7712133. OLE color: 7712133.

HSL color Cylindrical-coordinate representation of color #85AD75: hue angle of 102.86º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85AD75 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB133173117-
CMYK0.2300.320.32
HSL102.86º25.45%56.86%-
HSV(B)102.86º32.37%67.84%-
XYZ27.8336.1622.34-
YUV154.66106.75112.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 173 (67.97% from 255) = 40.90%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=31.44%
G=40.90%
B=27.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331731170.2300.320.32102.8625.4556.86
Hex85AD751702020671939
Octal20525516527040401473171
Binary10000101101011011110101101110100000100000110011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,173,117); }

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

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

 a { background-color: rgb(133,173,117); }

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

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

 span { border-color: rgb(133,173,117); }

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