#88AF79

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

Shades of Amulet #88AF79

Tints of Amulet #88AF79

Color information

#88AF79 (or 0x88AF79) is unknown color: approx Amulet. HEX triplet: 88, AF and 79. RGB value is (136,175,121). Sum of RGB (Red+Green+Blue) = 136+175+121=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AF79 is #775086. Grayscale: #9D9D9D. Windows color (decimal): -7819399 or 7974792. OLE color: 7974792.

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

Color convert

RGB136175121-
CMYK0.2200.310.31
HSL103.33º25.23%58.04%-
HSV(B)103.33º30.86%68.63%-
XYZ28.9337.2723.76-
YUV157.18107.58112.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.48%
GREEN value IS 175 (68.75% from 255) = 40.51%
BLUE value IS 121 (47.66% from 255) = 28.01%
R=31.48%
G=40.51%
B=28.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361751210.2200.310.31103.3325.2358.04
Hex88AF791601F1F67193a
Octal21025717126037371473172
Binary100010001010111111110011011001111111111110011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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