#70958E

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

Shades of Gumbo #70958E

Tints of Gumbo #70958E

Color information

#70958E (or 0x70958E) is unknown color: approx Gumbo. HEX triplet: 70, 95 and 8E. RGB value is (112,149,142). Sum of RGB (Red+Green+Blue) = 112+149+142=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #70958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70958E is #8F6A71. Grayscale: #898989. Windows color (decimal): -9398898 or 9344368. OLE color: 9344368.

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

Color convert

RGB112149142-
CMYK0.2500.050.42
HSL168.65º14.86%51.18%-
HSV(B)168.65º24.83%58.43%-
XYZ22.3126.8929.61-
YUV137.14130.74110.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.79%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=27.79%
G=36.97%
B=35.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121491420.2500.050.42168.6514.8651.18
Hex70958E19052Aa9f33
Octal1602252163105522511763
Binary11100001001010110001110110010101101010101010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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