#70968E

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

Shades of Gumbo #70968E

Tints of Gumbo #70968E

Color information

#70968E (or 0x70968E) is unknown color: approx Gumbo. HEX triplet: 70, 96 and 8E. RGB value is (112,150,142). Sum of RGB (Red+Green+Blue) = 112+150+142=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #70968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70968E is #8F6971. Grayscale: #898989. Windows color (decimal): -9398642 or 9344624. OLE color: 9344624.

HSL color Cylindrical-coordinate representation of color #70968E: hue angle of 167.37º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #70968E is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB112150142-
CMYK0.2500.050.41
HSL167.37º15.32%51.37%-
HSV(B)167.37º25.33%58.82%-
XYZ22.4727.2129.66-
YUV137.73130.41109.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.72%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=27.72%
G=37.13%
B=35.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121501420.2500.050.41167.3715.3251.37
Hex70968E190529a7f33
Octal1602262163105512471763
Binary11100001001011010001110110010101101001101001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70968E; }

 p { color: rgb(112,150,142); }

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

<style>
 a { background-color: #70968E; }

 a { background-color: rgb(112,150,142); }

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

<style>
 span { border-color: #70968E; }

 span { border-color: rgb(112,150,142); }

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