#708F89

Color #708F89 Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #708F89

Tints of Gumbo #708F89

Color information

#708F89 (or 0x708F89) is unknown color: approx Gumbo. HEX triplet: 70, 8F and 89. RGB value is (112,143,137). Sum of RGB (Red+Green+Blue) = 112+143+137=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 143 - color contains mainly: green. Hex color #708F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708F89 is #8F7076. Grayscale: #858585. Windows color (decimal): -9400439 or 9015152. OLE color: 9015152.

HSL color Cylindrical-coordinate representation of color #708F89: hue angle of 168.39º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708F89 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB112143137-
CMYK0.2200.040.44
HSL168.39º12.16%50%-
HSV(B)168.39º21.68%56.08%-
XYZ21.0224.927.36-
YUV133.05130.23112.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.57%
GREEN value IS 143 (56.25% from 255) = 36.48%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=28.57%
G=36.48%
B=34.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121431370.2200.040.44168.3912.1650
Hex708F8916042Ca8c32
Octal1602172112604542501462
Binary11100001000111110001001101100100101100101010001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708F89; }

 p { color: rgb(112,143,137); }

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

<style>
 a { background-color: #708F89; }

 a { background-color: rgb(112,143,137); }

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

<style>
 span { border-color: #708F89; }

 span { border-color: rgb(112,143,137); }

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