#85B36F

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

Shades of Amulet #85B36F

Tints of Amulet #85B36F

Color information

#85B36F (or 0x85B36F) is unknown color: approx Amulet. HEX triplet: 85, B3 and 6F. RGB value is (133,179,111). Sum of RGB (Red+Green+Blue) = 133+179+111=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #85B36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B36F is #7A4C90. Grayscale: #9D9D9D. Windows color (decimal): -8014993 or 7320453. OLE color: 7320453.

HSL color Cylindrical-coordinate representation of color #85B36F: hue angle of 100.59º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85B36F is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB133179111-
CMYK0.2600.380.30
HSL100.59º30.91%56.86%-
HSV(B)100.59º37.99%70.2%-
XYZ28.6638.3720.94-
YUV157.49101.76110.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 179 (70.31% from 255) = 42.32%
BLUE value IS 111 (43.75% from 255) = 26.24%
R=31.44%
G=42.32%
B=26.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331791110.2600.380.30100.5930.9156.86
Hex85B36F1A0261E651f39
Octal20526315732046361453771
Binary1000010110110011110111111010010011011110110010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,179,111); }

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

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

 a { background-color: rgb(133,179,111); }

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

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

 span { border-color: rgb(133,179,111); }

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