#88A87A

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

Shades of Amulet #88A87A

Tints of Amulet #88A87A

Color information

#88A87A (or 0x88A87A) is unknown color: approx Amulet. HEX triplet: 88, A8 and 7A. RGB value is (136,168,122). Sum of RGB (Red+Green+Blue) = 136+168+122=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 168 - color contains mainly: green. Hex color #88A87A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A87A is #775785. Grayscale: #999999. Windows color (decimal): -7821190 or 8038536. OLE color: 8038536.

HSL color Cylindrical-coordinate representation of color #88A87A: hue angle of 101.74º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88A87A is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB136168122-
CMYK0.1900.270.34
HSL101.74º20.91%56.86%-
HSV(B)101.74º27.38%65.88%-
XYZ27.6734.6423.64-
YUV153.19110.4115.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.92%
GREEN value IS 168 (66.02% from 255) = 39.44%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=31.92%
G=39.44%
B=28.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1361681220.1900.270.34101.7420.9156.86
Hex88A87A1301B22661539
Octal21025017223033421462571
Binary1000100010101000111101010011011011100010110011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,168,122); }

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

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

 a { background-color: rgb(136,168,122); }

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

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

 span { border-color: rgb(136,168,122); }

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