#88AE79

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

Shades of Amulet #88AE79

Tints of Amulet #88AE79

Color information

#88AE79 (or 0x88AE79) is unknown color: approx Amulet. HEX triplet: 88, AE and 79. RGB value is (136,174,121). Sum of RGB (Red+Green+Blue) = 136+174+121=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #88AE79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AE79 is #775186. Grayscale: #9C9C9C. Windows color (decimal): -7819655 or 7974536. OLE color: 7974536.

HSL color Cylindrical-coordinate representation of color #88AE79: hue angle of 103.02º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88AE79 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB136174121-
CMYK0.2200.300.32
HSL103.02º24.65%57.84%-
HSV(B)103.02º30.46%68.24%-
XYZ28.7436.8923.69-
YUV156.6107.91113.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.55%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=31.55%
G=40.37%
B=28.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361741210.2200.300.32103.0224.6557.84
Hex88AE791601E2067193a
Octal21025617126036401473172
Binary1000100010101110111100110110011110100000110011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,174,121); }

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

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

 a { background-color: rgb(136,174,121); }

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

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

 span { border-color: rgb(136,174,121); }

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