#70958D

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

Shades of Gumbo #70958D

Tints of Gumbo #70958D

Color information

#70958D (or 0x70958D) is unknown color: approx Gumbo. HEX triplet: 70, 95 and 8D. RGB value is (112,149,141). Sum of RGB (Red+Green+Blue) = 112+149+141=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #70958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70958D is #8F6A72. Grayscale: #898989. Windows color (decimal): -9398899 or 9278832. OLE color: 9278832.

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

Color convert

RGB112149141-
CMYK0.2500.050.42
HSL167.03º14.86%51.18%-
HSV(B)167.03º24.83%58.43%-
XYZ22.2426.8629.21-
YUV137.02130.24110.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=27.86%
G=37.06%
B=35.07%

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
Decimal1121491410.2500.050.42167.0314.8651.18
Hex70958D19052Aa7f33
Octal1602252153105522471763
Binary11100001001010110001101110010101101010101001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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