#88AF77

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

Shades of Amulet #88AF77

Tints of Amulet #88AF77

Color information

#88AF77 (or 0x88AF77) is unknown color: approx Amulet. HEX triplet: 88, AF and 77. RGB value is (136,175,119). Sum of RGB (Red+Green+Blue) = 136+175+119=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AF77 is #775088. Grayscale: #9D9D9D. Windows color (decimal): -7819401 or 7843720. OLE color: 7843720.

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

Color convert

RGB136175119-
CMYK0.2200.320.31
HSL101.79º25.93%57.65%-
HSV(B)101.79º32%68.63%-
XYZ28.8137.2323.12-
YUV156.96106.58113.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.63%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 119 (46.88% from 255) = 27.67%
R=31.63%
G=40.70%
B=27.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361751190.2200.320.31101.7925.9357.65
Hex88AF77160201F661a3a
Octal21025716726040371463272
Binary1000100010101111111011110110010000011111110011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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