#88A17A

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

Shades of Amulet #88A17A

Tints of Amulet #88A17A

Color information

#88A17A (or 0x88A17A) is unknown color: approx Amulet. HEX triplet: 88, A1 and 7A. RGB value is (136,161,122). Sum of RGB (Red+Green+Blue) = 136+161+122=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #88A17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A17A is #775E85. Grayscale: #959595. Windows color (decimal): -7822982 or 8036744. OLE color: 8036744.

HSL color Cylindrical-coordinate representation of color #88A17A: hue angle of 98.46º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88A17A is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB136161122-
CMYK0.1600.240.37
HSL98.46º17.18%55.49%-
HSV(B)98.46º24.22%63.14%-
XYZ26.4132.1323.22-
YUV149.08112.72118.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 161 (63.28% from 255) = 38.42%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=32.46%
G=38.42%
B=29.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1361611220.1600.240.3798.4617.1855.49
Hex88A17A1001825621137
Octal21024117220030451422167
Binary1000100010100001111101010000011000100101110001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,161,122); }

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

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

 a { background-color: rgb(136,161,122); }

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

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

 span { border-color: rgb(136,161,122); }

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