#85B372

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

Shades of Amulet #85B372

Tints of Amulet #85B372

Color information

#85B372 (or 0x85B372) is unknown color: approx Amulet. HEX triplet: 85, B3 and 72. RGB value is (133,179,114). Sum of RGB (Red+Green+Blue) = 133+179+114=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #85B372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B372 is #7A4C8D. Grayscale: #9E9E9E. Windows color (decimal): -8014990 or 7517061. OLE color: 7517061.

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

Color convert

RGB133179114-
CMYK0.2600.360.30
HSL102.46º29.95%57.45%-
HSV(B)102.46º36.31%70.2%-
XYZ28.8338.4421.82-
YUV157.84103.26110.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.22%
GREEN value IS 179 (70.31% from 255) = 42.02%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=31.22%
G=42.02%
B=26.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331791140.2600.360.30102.4629.9557.45
Hex85B3721A0241E661e39
Octal20526316232044361463671
Binary1000010110110011111001011010010010011110110011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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