#88B778

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

Shades of Amulet #88B778

Tints of Amulet #88B778

Color information

#88B778 (or 0x88B778) is unknown color: approx Amulet. HEX triplet: 88, B7 and 78. RGB value is (136,183,120). Sum of RGB (Red+Green+Blue) = 136+183+120=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #88B778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B778 is #774887. Grayscale: #A1A1A1. Windows color (decimal): -7817352 or 7911304. OLE color: 7911304.

HSL color Cylindrical-coordinate representation of color #88B778: hue angle of 104.76º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88B778 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB136183120-
CMYK0.2600.340.28
HSL104.76º30.43%59.41%-
HSV(B)104.76º34.43%71.76%-
XYZ30.4840.4623.97-
YUV161.76104.43109.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.98%
GREEN value IS 183 (71.88% from 255) = 41.69%
BLUE value IS 120 (47.27% from 255) = 27.33%
R=30.98%
G=41.69%
B=27.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1361831200.2600.340.28104.7630.4359.41
Hex88B7781A0221C691e3b
Octal21026717032042341513673
Binary1000100010110111111100011010010001011100110100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,183,120); }

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

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

 a { background-color: rgb(136,183,120); }

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

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

 span { border-color: rgb(136,183,120); }

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