#88AA76

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

Shades of Amulet #88AA76

Tints of Amulet #88AA76

Color information

#88AA76 (or 0x88AA76) is unknown color: approx Amulet. HEX triplet: 88, AA and 76. RGB value is (136,170,118). Sum of RGB (Red+Green+Blue) = 136+170+118=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AA76 is #775589. Grayscale: #9A9A9A. Windows color (decimal): -7820682 or 7776904. OLE color: 7776904.

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

Color convert

RGB136170118-
CMYK0.2000.310.33
HSL99.23º23.42%56.47%-
HSV(B)99.23º30.59%66.67%-
XYZ27.835.2922.49-
YUV153.91107.74115.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.08%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=32.08%
G=40.09%
B=27.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361701180.2000.310.3399.2323.4256.47
Hex88AA761401F21631738
Octal21025216624037411432770
Binary1000100010101010111011010100011111100001110001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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