#85AF74

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

Shades of Amulet #85AF74

Tints of Amulet #85AF74

Color information

#85AF74 (or 0x85AF74) is unknown color: approx Amulet. HEX triplet: 85, AF and 74. RGB value is (133,175,116). Sum of RGB (Red+Green+Blue) = 133+175+116=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF74 is #7A508B. Grayscale: #9B9B9B. Windows color (decimal): -8016012 or 7647109. OLE color: 7647109.

HSL color Cylindrical-coordinate representation of color #85AF74: hue angle of 102.71º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85AF74 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB133175116-
CMYK0.2400.340.31
HSL102.71º26.94%57.06%-
HSV(B)102.71º33.71%68.63%-
XYZ28.1636.9122.16-
YUV155.72105.59111.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.37%
GREEN value IS 175 (68.75% from 255) = 41.27%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=31.37%
G=41.27%
B=27.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331751160.2400.340.31102.7126.9457.06
Hex85AF74180221F671b39
Octal20525716430042371473371
Binary1000010110101111111010011000010001011111110011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,175,116); }

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

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

 a { background-color: rgb(133,175,116); }

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

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

 span { border-color: rgb(133,175,116); }

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