#85B074

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

Shades of Amulet #85B074

Tints of Amulet #85B074

Color information

#85B074 (or 0x85B074) is unknown color: approx Amulet. HEX triplet: 85, B0 and 74. RGB value is (133,176,116). Sum of RGB (Red+Green+Blue) = 133+176+116=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #85B074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B074 is #7A4F8B. Grayscale: #9C9C9C. Windows color (decimal): -8015756 or 7647365. OLE color: 7647365.

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

Color convert

RGB133176116-
CMYK0.2400.340.31
HSL103º27.52%57.25%-
HSV(B)103º34.09%69.02%-
XYZ28.3537.322.23-
YUV156.3105.25111.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 176 (69.14% from 255) = 41.41%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=31.29%
G=41.41%
B=27.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331761160.2400.340.3110327.5257.25
Hex85B074180221F671c39
Octal20526016430042371473471
Binary1000010110110000111010011000010001011111110011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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