#88A37F

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

Shades of Amulet #88A37F

Tints of Amulet #88A37F

Color information

#88A37F (or 0x88A37F) is unknown color: approx Amulet. HEX triplet: 88, A3 and 7F. RGB value is (136,163,127). Sum of RGB (Red+Green+Blue) = 136+163+127=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 163 - color contains mainly: green. Hex color #88A37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A37F is #775C80. Grayscale: #969696. Windows color (decimal): -7822465 or 8364936. OLE color: 8364936.

HSL color Cylindrical-coordinate representation of color #88A37F: hue angle of 105º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88A37F is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB136163127-
CMYK0.1700.220.36
HSL105º16.36%56.86%-
HSV(B)105º22.09%63.92%-
XYZ27.0832.9625.01-
YUV150.82114.55117.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.92%
GREEN value IS 163 (64.06% from 255) = 38.26%
BLUE value IS 127 (50% from 255) = 29.81%
R=31.92%
G=38.26%
B=29.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361631270.1700.220.3610516.3656.86
Hex88A37F1101624691039
Octal21024317721026441512071
Binary1000100010100011111111110001010110100100110100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,163,127); }

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

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

 a { background-color: rgb(136,163,127); }

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

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

 span { border-color: rgb(136,163,127); }

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