#88AF78

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

Shades of Amulet #88AF78

Tints of Amulet #88AF78

Color information

#88AF78 (or 0x88AF78) is unknown color: approx Amulet. HEX triplet: 88, AF and 78. RGB value is (136,175,120). Sum of RGB (Red+Green+Blue) = 136+175+120=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AF78 is #775087. Grayscale: #9D9D9D. Windows color (decimal): -7819400 or 7909256. OLE color: 7909256.

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

Color convert

RGB136175120-
CMYK0.2200.310.31
HSL102.55º25.58%57.84%-
HSV(B)102.55º31.43%68.63%-
XYZ28.8737.2523.44-
YUV157.07107.08112.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.55%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=31.55%
G=40.60%
B=27.84%

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
Decimal1361751200.2200.310.31102.5525.5857.84
Hex88AF781601F1F671a3a
Octal21025717026037371473272
Binary100010001010111111110001011001111111111110011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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