#88997F

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

Shades of Amulet #88997F

Tints of Amulet #88997F

Color information

#88997F (or 0x88997F) is unknown color: approx Amulet. HEX triplet: 88, 99 and 7F. RGB value is (136,153,127). Sum of RGB (Red+Green+Blue) = 136+153+127=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #88997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88997F is #776680. Grayscale: #919191. Windows color (decimal): -7825025 or 8362376. OLE color: 8362376.

HSL color Cylindrical-coordinate representation of color #88997F: hue angle of 99.23º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #88997F is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB136153127-
CMYK0.1100.170.4
HSL99.23º11.3%54.9%-
HSV(B)99.23º16.99%60%-
XYZ25.3829.5524.44-
YUV144.95117.87121.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 127 (50% from 255) = 30.53%
R=32.69%
G=36.78%
B=30.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361531270.1100.170.499.2311.354.9
Hex88997FB0112863b37
Octal21023117713021501431367
Binary10001000100110011111111101101000110100011000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88997F; }

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

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

<style>
 a { background-color: #88997F; }

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

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

<style>
 span { border-color: #88997F; }

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

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