#88AA7E

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

Shades of Amulet #88AA7E

Tints of Amulet #88AA7E

Color information

#88AA7E (or 0x88AA7E) is unknown color: approx Amulet. HEX triplet: 88, AA and 7E. RGB value is (136,170,126). Sum of RGB (Red+Green+Blue) = 136+170+126=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AA7E is #775581. Grayscale: #9A9A9A. Windows color (decimal): -7820674 or 8301192. OLE color: 8301192.

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

Color convert

RGB136170126-
CMYK0.2000.260.33
HSL106.36º20.56%58.04%-
HSV(B)106.36º25.88%66.67%-
XYZ28.2935.4925.1-
YUV154.82111.74114.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.48%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 126 (49.61% from 255) = 29.17%
R=31.48%
G=39.35%
B=29.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361701260.2000.260.33106.3620.5658.04
Hex88AA7E1401A216a153a
Octal21025217624032411522572
Binary1000100010101010111111010100011010100001110101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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