#85B078

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

Shades of Amulet #85B078

Tints of Amulet #85B078

Color information

#85B078 (or 0x85B078) is unknown color: approx Amulet. HEX triplet: 85, B0 and 78. RGB value is (133,176,120). Sum of RGB (Red+Green+Blue) = 133+176+120=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #85B078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B078 is #7A4F87. Grayscale: #9C9C9C. Windows color (decimal): -8015752 or 7909509. OLE color: 7909509.

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

Color convert

RGB133176120-
CMYK0.2400.320.31
HSL106.07º26.17%58.04%-
HSV(B)106.07º31.82%69.02%-
XYZ28.5937.3923.48-
YUV156.76107.25111.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 120 (47.27% from 255) = 27.97%
R=31.00%
G=41.03%
B=27.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331761200.2400.320.31106.0726.1758.04
Hex85B078180201F6a1a3a
Octal20526017030040371523272
Binary1000010110110000111100011000010000011111110101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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