#85A570

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

Shades of Amulet #85A570

Tints of Amulet #85A570

Color information

#85A570 (or 0x85A570) is unknown color: approx Amulet. HEX triplet: 85, A5 and 70. RGB value is (133,165,112). Sum of RGB (Red+Green+Blue) = 133+165+112=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 165 - color contains mainly: green. Hex color #85A570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A570 is #7A5A8F. Grayscale: #959595. Windows color (decimal): -8018576 or 7382405. OLE color: 7382405.

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

Color convert

RGB133165112-
CMYK0.1900.320.35
HSL96.23º22.75%54.31%-
HSV(B)96.23º32.12%64.71%-
XYZ26.0533.0720.34-
YUV149.39106.9116.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 165 (64.84% from 255) = 40.24%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=32.44%
G=40.24%
B=27.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1331651120.1900.320.3596.2322.7554.31
Hex85A5701302023601736
Octal20524516023040431402766
Binary10000101101001011110000100110100000100011110000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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