#88B07F

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

Shades of Mantle #88B07F

Tints of Mantle #88B07F

Color information

#88B07F (or 0x88B07F) is unknown color: approx Mantle. HEX triplet: 88, B0 and 7F. RGB value is (136,176,127). Sum of RGB (Red+Green+Blue) = 136+176+127=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #88B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B07F is #774F80. Grayscale: #9E9E9E. Windows color (decimal): -7819137 or 8368264. OLE color: 8368264.

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

Color convert

RGB136176127-
CMYK0.2300.280.31
HSL108.98º23.67%59.41%-
HSV(B)108.98º27.84%69.02%-
XYZ29.5137.8225.82-
YUV158.45110.25111.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.98%
GREEN value IS 176 (69.14% from 255) = 40.09%
BLUE value IS 127 (50% from 255) = 28.93%
R=30.98%
G=40.09%
B=28.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361761270.2300.280.31108.9823.6759.41
Hex88B07F1701C1F6d183b
Octal21026017727034371553073
Binary100010001011000011111111011101110011111110110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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