#85B072

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

Shades of Amulet #85B072

Tints of Amulet #85B072

Color information

#85B072 (or 0x85B072) is unknown color: approx Amulet. HEX triplet: 85, B0 and 72. RGB value is (133,176,114). Sum of RGB (Red+Green+Blue) = 133+176+114=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #85B072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B072 is #7A4F8D. Grayscale: #9C9C9C. Windows color (decimal): -8015758 or 7516293. OLE color: 7516293.

HSL color Cylindrical-coordinate representation of color #85B072: hue angle of 101.61º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85B072 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB133176114-
CMYK0.2400.350.31
HSL101.61º28.18%56.86%-
HSV(B)101.61º35.23%69.02%-
XYZ28.2437.2521.62-
YUV156.08104.25111.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 176 (69.14% from 255) = 41.61%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=31.44%
G=41.61%
B=26.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331761140.2400.350.31101.6128.1856.86
Hex85B072180231F661c39
Octal20526016230043371463471
Binary1000010110110000111001011000010001111111110011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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