#88AC7E

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

Shades of Amulet #88AC7E

Tints of Amulet #88AC7E

Color information

#88AC7E (or 0x88AC7E) is unknown color: approx Amulet. HEX triplet: 88, AC and 7E. RGB value is (136,172,126). Sum of RGB (Red+Green+Blue) = 136+172+126=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #88AC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AC7E is #775381. Grayscale: #9C9C9C. Windows color (decimal): -7820162 or 8301704. OLE color: 8301704.

HSL color Cylindrical-coordinate representation of color #88AC7E: hue angle of 106.96º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88AC7E is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB136172126-
CMYK0.2100.270.33
HSL106.96º21.7%58.43%-
HSV(B)106.96º26.74%67.45%-
XYZ28.6736.2525.22-
YUV155.99111.07113.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.34%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 126 (49.61% from 255) = 29.03%
R=31.34%
G=39.63%
B=29.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361721260.2100.270.33106.9621.758.43
Hex88AC7E1501B216b163a
Octal21025417625033411532672
Binary1000100010101100111111010101011011100001110101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88AC7E; }

 p { color: rgb(136,172,126); }

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

<style>
 a { background-color: #88AC7E; }

 a { background-color: rgb(136,172,126); }

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

<style>
 span { border-color: #88AC7E; }

 span { border-color: rgb(136,172,126); }

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