#88B675

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

Shades of Amulet #88B675

Tints of Amulet #88B675

Color information

#88B675 (or 0x88B675) is unknown color: approx Amulet. HEX triplet: 88, B6 and 75. RGB value is (136,182,117). Sum of RGB (Red+Green+Blue) = 136+182+117=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 182 - color contains mainly: green. Hex color #88B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B675 is #77498A. Grayscale: #A1A1A1. Windows color (decimal): -7817611 or 7714440. OLE color: 7714440.

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

Color convert

RGB136182117-
CMYK0.2500.360.29
HSL102.46º30.81%58.63%-
HSV(B)102.46º35.71%71.37%-
XYZ30.0939.9722.96-
YUV160.84103.26110.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 182 (71.48% from 255) = 41.84%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=31.26%
G=41.84%
B=26.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361821170.2500.360.29102.4630.8158.63
Hex88B675190241D661f3b
Octal21026616531044351463773
Binary1000100010110110111010111001010010011101110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,182,117); }

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

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

 a { background-color: rgb(136,182,117); }

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

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

 span { border-color: rgb(136,182,117); }

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