#88AC75

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

Shades of Amulet #88AC75

Tints of Amulet #88AC75

Color information

#88AC75 (or 0x88AC75) is unknown color: approx Amulet. HEX triplet: 88, AC and 75. RGB value is (136,172,117). Sum of RGB (Red+Green+Blue) = 136+172+117=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #88AC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AC75 is #77538A. Grayscale: #9B9B9B. Windows color (decimal): -7820171 or 7711880. OLE color: 7711880.

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

Color convert

RGB136172117-
CMYK0.2100.320.33
HSL99.27º24.89%56.67%-
HSV(B)99.27º31.98%67.45%-
XYZ28.1236.0222.3-
YUV154.97106.57114.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=32%
G=40.47%
B=27.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361721170.2100.320.3399.2724.8956.67
Hex88AC751502021631939
Octal21025416525040411433171
Binary10001000101011001110101101010100000100001110001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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