#88AD75

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

Shades of Amulet #88AD75

Tints of Amulet #88AD75

Color information

#88AD75 (or 0x88AD75) is unknown color: approx Amulet. HEX triplet: 88, AD and 75. RGB value is (136,173,117). Sum of RGB (Red+Green+Blue) = 136+173+117=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AD75 is #77528A. Grayscale: #9B9B9B. Windows color (decimal): -7819915 or 7712136. OLE color: 7712136.

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

Color convert

RGB136173117-
CMYK0.2100.320.32
HSL99.64º25.45%56.86%-
HSV(B)99.64º32.37%67.84%-
XYZ28.3136.4122.36-
YUV155.55106.24114.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.92%
GREEN value IS 173 (67.97% from 255) = 40.61%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=31.92%
G=40.61%
B=27.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361731170.2100.320.3299.6425.4556.86
Hex88AD751502020641939
Octal21025516525040401443171
Binary10001000101011011110101101010100000100000110010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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