#88AA75

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

Shades of Amulet #88AA75

Tints of Amulet #88AA75

Color information

#88AA75 (or 0x88AA75) is unknown color: approx Amulet. HEX triplet: 88, AA and 75. RGB value is (136,170,117). Sum of RGB (Red+Green+Blue) = 136+170+117=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AA75 is #77558A. Grayscale: #999999. Windows color (decimal): -7820683 or 7711368. OLE color: 7711368.

HSL color Cylindrical-coordinate representation of color #88AA75: hue angle of 98.49º degrees, saturation: 0.24, 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 #88AA75 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB136170117-
CMYK0.2000.310.33
HSL98.49º23.77%56.27%-
HSV(B)98.49º31.18%66.67%-
XYZ27.7435.2722.18-
YUV153.79107.24115.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.15%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=32.15%
G=40.19%
B=27.66%

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
Decimal1361701170.2000.310.3398.4923.7756.27
Hex88AA751401F21621838
Octal21025216524037411423070
Binary1000100010101010111010110100011111100001110001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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