#85B17D

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

Shades of Amulet #85B17D

Tints of Amulet #85B17D

Color information

#85B17D (or 0x85B17D) is unknown color: approx Amulet. HEX triplet: 85, B1 and 7D. RGB value is (133,177,125). Sum of RGB (Red+Green+Blue) = 133+177+125=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #85B17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B17D is #7A4E82. Grayscale: #9E9E9E. Windows color (decimal): -8015491 or 8237445. OLE color: 8237445.

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

Color convert

RGB133177125-
CMYK0.2500.290.31
HSL110.77º25%59.22%-
HSV(B)110.77º29.38%69.41%-
XYZ29.137.9125.19-
YUV157.92109.42110.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 177 (69.53% from 255) = 40.69%
BLUE value IS 125 (49.22% from 255) = 28.74%
R=30.57%
G=40.69%
B=28.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331771250.2500.290.31110.772559.22
Hex85B17D1901D1F6f193b
Octal20526117531035371573173
Binary100001011011000111111011100101110111111110111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,177,125); }

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

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

 a { background-color: rgb(133,177,125); }

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

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

 span { border-color: rgb(133,177,125); }

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