#85B079

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

Shades of Amulet #85B079

Tints of Amulet #85B079

Color information

#85B079 (or 0x85B079) is unknown color: approx Amulet. HEX triplet: 85, B0 and 79. RGB value is (133,176,121). Sum of RGB (Red+Green+Blue) = 133+176+121=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #85B079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B079 is #7A4F86. Grayscale: #9D9D9D. Windows color (decimal): -8015751 or 7975045. OLE color: 7975045.

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

Color convert

RGB133176121-
CMYK0.2400.310.31
HSL106.91º25.82%58.24%-
HSV(B)106.91º31.25%69.02%-
XYZ28.6537.4223.8-
YUV156.87107.75110.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.93%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=30.93%
G=40.93%
B=28.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331761210.2400.310.31106.9125.8258.24
Hex85B0791801F1F6b1a3a
Octal20526017130037371533272
Binary100001011011000011110011100001111111111110101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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