#88B07B

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

Shades of Amulet #88B07B

Tints of Amulet #88B07B

Color information

#88B07B (or 0x88B07B) is unknown color: approx Amulet. HEX triplet: 88, B0 and 7B. RGB value is (136,176,123). Sum of RGB (Red+Green+Blue) = 136+176+123=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #88B07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B07B is #774F84. Grayscale: #9E9E9E. Windows color (decimal): -7819141 or 8106120. OLE color: 8106120.

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

Color convert

RGB136176123-
CMYK0.2300.300.31
HSL105.28º25.12%58.63%-
HSV(B)105.28º30.11%69.02%-
XYZ29.2537.7124.48-
YUV158108.25112.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 123 (48.44% from 255) = 28.28%
R=31.26%
G=40.46%
B=28.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361761230.2300.300.31105.2825.1258.63
Hex88B07B1701E1F69193b
Octal21026017327036371513173
Binary100010001011000011110111011101111011111110100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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