#85A470

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

Shades of Amulet #85A470

Tints of Amulet #85A470

Color information

#85A470 (or 0x85A470) is unknown color: approx Amulet. HEX triplet: 85, A4 and 70. RGB value is (133,164,112). Sum of RGB (Red+Green+Blue) = 133+164+112=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #85A470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A470 is #7A5B8F. Grayscale: #949494. Windows color (decimal): -8018832 or 7382149. OLE color: 7382149.

HSL color Cylindrical-coordinate representation of color #85A470: hue angle of 95.77º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85A470 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB133164112-
CMYK0.1900.320.36
HSL95.77º22.22%54.12%-
HSV(B)95.77º31.71%64.31%-
XYZ25.8732.7120.28-
YUV148.8107.23116.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.52%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 112 (44.14% from 255) = 27.38%
R=32.52%
G=40.10%
B=27.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331641120.1900.320.3695.7722.2254.12
Hex85A4701302024601636
Octal20524416023040441402666
Binary10000101101001001110000100110100000100100110000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,164,112); }

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

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

 a { background-color: rgb(133,164,112); }

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

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

 span { border-color: rgb(133,164,112); }

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