#70968F

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

Shades of Gumbo #70968F

Tints of Gumbo #70968F

Color information

#70968F (or 0x70968F) is unknown color: approx Gumbo. HEX triplet: 70, 96 and 8F. RGB value is (112,150,143). Sum of RGB (Red+Green+Blue) = 112+150+143=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 150 - color contains mainly: green. Hex color #70968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70968F is #8F6970. Grayscale: #898989. Windows color (decimal): -9398641 or 9410160. OLE color: 9410160.

HSL color Cylindrical-coordinate representation of color #70968F: hue angle of 168.95º 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 #70968F is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB112150143-
CMYK0.2500.050.41
HSL168.95º15.32%51.37%-
HSV(B)168.95º25.33%58.82%-
XYZ22.5527.2430.06-
YUV137.84130.91109.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.65%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 143 (56.25% from 255) = 35.31%
R=27.65%
G=37.04%
B=35.31%

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
Decimal1121501430.2500.050.41168.9515.3251.37
Hex70968F190529a9f33
Octal1602262173105512511763
Binary11100001001011010001111110010101101001101010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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