#85AF7E

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

Shades of Amulet #85AF7E

Tints of Amulet #85AF7E

Color information

#85AF7E (or 0x85AF7E) is unknown color: approx Amulet. HEX triplet: 85, AF and 7E. RGB value is (133,175,126). Sum of RGB (Red+Green+Blue) = 133+175+126=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF7E is #7A5081. Grayscale: #9D9D9D. Windows color (decimal): -8016002 or 8302469. OLE color: 8302469.

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

Color convert

RGB133175126-
CMYK0.2400.280.31
HSL111.43º23.44%59.02%-
HSV(B)111.43º28%68.63%-
XYZ28.7737.1525.39-
YUV156.86110.59110.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.65%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 126 (49.61% from 255) = 29.03%
R=30.65%
G=40.32%
B=29.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331751260.2400.280.31111.4323.4459.02
Hex85AF7E1801C1F6f173b
Octal20525717630034371572773
Binary100001011010111111111101100001110011111110111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,175,126); }

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

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

 a { background-color: rgb(133,175,126); }

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

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

 span { border-color: rgb(133,175,126); }

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