#85AB6D

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

Shades of Amulet #85AB6D

Tints of Amulet #85AB6D

Color information

#85AB6D (or 0x85AB6D) is unknown color: approx Amulet. HEX triplet: 85, AB and 6D. RGB value is (133,171,109). Sum of RGB (Red+Green+Blue) = 133+171+109=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB6D is #7A5492. Grayscale: #989898. Windows color (decimal): -8017043 or 7187333. OLE color: 7187333.

HSL color Cylindrical-coordinate representation of color #85AB6D: hue angle of 96.77º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85AB6D is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB133171109-
CMYK0.2200.360.33
HSL96.77º26.96%54.9%-
HSV(B)96.77º36.26%67.06%-
XYZ2735.2219.84-
YUV152.57103.41114.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 109 (42.97% from 255) = 26.39%
R=32.20%
G=41.40%
B=26.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331711090.2200.360.3396.7726.9654.9
Hex85AB6D1602421611b37
Octal20525315526044411413367
Binary10000101101010111101101101100100100100001110000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,171,109); }

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

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

 a { background-color: rgb(133,171,109); }

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

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

 span { border-color: rgb(133,171,109); }

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