#88AC7F

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

Shades of Amulet #88AC7F

Tints of Amulet #88AC7F

Color information

#88AC7F (or 0x88AC7F) is unknown color: approx Amulet. HEX triplet: 88, AC and 7F. RGB value is (136,172,127). Sum of RGB (Red+Green+Blue) = 136+172+127=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #88AC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AC7F is #775380. Grayscale: #9C9C9C. Windows color (decimal): -7820161 or 8367240. OLE color: 8367240.

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

Color convert

RGB136172127-
CMYK0.2100.260.33
HSL108º21.33%58.63%-
HSV(B)108º26.16%67.45%-
XYZ28.7436.2725.57-
YUV156.11111.57113.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 127 (50% from 255) = 29.20%
R=31.26%
G=39.54%
B=29.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361721270.2100.260.3310821.3358.63
Hex88AC7F1501A216c153b
Octal21025417725032411542573
Binary1000100010101100111111110101011010100001110110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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