#88AF71

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

Shades of Amulet #88AF71

Tints of Amulet #88AF71

Color information

#88AF71 (or 0x88AF71) is unknown color: approx Amulet. HEX triplet: 88, AF and 71. RGB value is (136,175,113). Sum of RGB (Red+Green+Blue) = 136+175+113=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AF71 is #77508E. Grayscale: #9C9C9C. Windows color (decimal): -7819407 or 7450504. OLE color: 7450504.

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

Color convert

RGB136175113-
CMYK0.2200.350.31
HSL97.74º27.93%56.47%-
HSV(B)97.74º35.43%68.63%-
XYZ28.4637.0921.28-
YUV156.27103.58113.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.08%
GREEN value IS 175 (68.75% from 255) = 41.27%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=32.08%
G=41.27%
B=26.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361751130.2200.350.3197.7427.9356.47
Hex88AF71160231F621c38
Octal21025716126043371423470
Binary1000100010101111111000110110010001111111110001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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