#88B679

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

Shades of Amulet #88B679

Tints of Amulet #88B679

Color information

#88B679 (or 0x88B679) is unknown color: approx Amulet. HEX triplet: 88, B6 and 79. RGB value is (136,182,121). Sum of RGB (Red+Green+Blue) = 136+182+121=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 182 - color contains mainly: green. Hex color #88B679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B679 is #774986. Grayscale: #A1A1A1. Windows color (decimal): -7817607 or 7976584. OLE color: 7976584.

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

Color convert

RGB136182121-
CMYK0.2500.340.29
HSL105.25º29.47%59.41%-
HSV(B)105.25º33.52%71.37%-
XYZ30.3340.0724.22-
YUV161.29105.26109.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.98%
GREEN value IS 182 (71.48% from 255) = 41.46%
BLUE value IS 121 (47.66% from 255) = 27.56%
R=30.98%
G=41.46%
B=27.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361821210.2500.340.29105.2529.4759.41
Hex88B679190221D691d3b
Octal21026617131042351513573
Binary1000100010110110111100111001010001011101110100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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