#85B27A

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

Shades of Amulet #85B27A

Tints of Amulet #85B27A

Color information

#85B27A (or 0x85B27A) is unknown color: approx Amulet. HEX triplet: 85, B2 and 7A. RGB value is (133,178,122). Sum of RGB (Red+Green+Blue) = 133+178+122=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 178 - color contains mainly: green. Hex color #85B27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B27A is #7A4D85. Grayscale: #9E9E9E. Windows color (decimal): -8015238 or 8041093. OLE color: 8041093.

HSL color Cylindrical-coordinate representation of color #85B27A: hue angle of 108.21º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85B27A is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB133178122-
CMYK0.2500.310.30
HSL108.21º26.67%58.82%-
HSV(B)108.21º31.46%69.8%-
XYZ29.1138.2324.26-
YUV158.16107.59110.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.72%
GREEN value IS 178 (69.92% from 255) = 41.11%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=30.72%
G=41.11%
B=28.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331781220.2500.310.30108.2126.6758.82
Hex85B27A1901F1E6c1b3b
Octal20526217231037361543373
Binary100001011011001011110101100101111111110110110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,178,122); }

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

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

 a { background-color: rgb(133,178,122); }

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

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

 span { border-color: rgb(133,178,122); }

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