#85A66E

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

Shades of Amulet #85A66E

Tints of Amulet #85A66E

Color information

#85A66E (or 0x85A66E) is unknown color: approx Amulet. HEX triplet: 85, A6 and 6E. RGB value is (133,166,110). Sum of RGB (Red+Green+Blue) = 133+166+110=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 166 - color contains mainly: green. Hex color #85A66E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A66E is #7A5991. Grayscale: #959595. Windows color (decimal): -8018322 or 7251589. OLE color: 7251589.

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

Color convert

RGB133166110-
CMYK0.2000.340.35
HSL95.36º23.93%54.12%-
HSV(B)95.36º33.73%65.1%-
XYZ26.1233.3819.82-
YUV149.75105.57116.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.52%
GREEN value IS 166 (65.23% from 255) = 40.59%
BLUE value IS 110 (43.36% from 255) = 26.89%
R=32.52%
G=40.59%
B=26.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1331661100.2000.340.3595.3623.9354.12
Hex85A66E14022235f1836
Octal20524615624042431373066
Binary10000101101001101101110101000100010100011101111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,166,110); }

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

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

 a { background-color: rgb(133,166,110); }

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

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

 span { border-color: rgb(133,166,110); }

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