#88AA72

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

Shades of Amulet #88AA72

Tints of Amulet #88AA72

Color information

#88AA72 (or 0x88AA72) is unknown color: approx Amulet. HEX triplet: 88, AA and 72. RGB value is (136,170,114). Sum of RGB (Red+Green+Blue) = 136+170+114=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AA72 is #77558D. Grayscale: #999999. Windows color (decimal): -7820686 or 7514760. OLE color: 7514760.

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

Color convert

RGB136170114-
CMYK0.2000.330.33
HSL96.43º24.78%55.69%-
HSV(B)96.43º32.94%66.67%-
XYZ27.5735.221.26-
YUV153.45105.74115.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.38%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 114 (44.92% from 255) = 27.14%
R=32.38%
G=40.48%
B=27.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361701140.2000.330.3396.4324.7855.69
Hex88AA721402121601938
Octal21025216224041411403170
Binary10001000101010101110010101000100001100001110000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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