#88B07D

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

Shades of Amulet #88B07D

Tints of Amulet #88B07D

Color information

#88B07D (or 0x88B07D) is unknown color: approx Amulet. HEX triplet: 88, B0 and 7D. RGB value is (136,176,125). Sum of RGB (Red+Green+Blue) = 136+176+125=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #88B07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B07D is #774F82. Grayscale: #9E9E9E. Windows color (decimal): -7819139 or 8237192. OLE color: 8237192.

HSL color Cylindrical-coordinate representation of color #88B07D: hue angle of 107.06º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88B07D is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB136176125-
CMYK0.2300.290.31
HSL107.06º24.4%59.02%-
HSV(B)107.06º28.98%69.02%-
XYZ29.3837.7725.14-
YUV158.23109.25112.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.12%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 125 (49.22% from 255) = 28.60%
R=31.12%
G=40.27%
B=28.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361761250.2300.290.31107.0624.459.02
Hex88B07D1701D1F6b183b
Octal21026017527035371533073
Binary100010001011000011111011011101110111111110101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,176,125); }

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

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

 a { background-color: rgb(136,176,125); }

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

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

 span { border-color: rgb(136,176,125); }

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