#72958D

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

Shades of Gumbo #72958D

Tints of Gumbo #72958D

Color information

#72958D (or 0x72958D) is unknown color: approx Gumbo. HEX triplet: 72, 95 and 8D. RGB value is (114,149,141). Sum of RGB (Red+Green+Blue) = 114+149+141=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #72958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72958D is #8D6A72. Grayscale: #898989. Windows color (decimal): -9267827 or 9278834. OLE color: 9278834.

HSL color Cylindrical-coordinate representation of color #72958D: hue angle of 166.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72958D is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB114149141-
CMYK0.2300.050.42
HSL166.29º14.17%51.57%-
HSV(B)166.29º23.49%58.43%-
XYZ22.492729.22-
YUV137.62129.9111.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.22%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 141 (55.47% from 255) = 34.90%
R=28.22%
G=36.88%
B=34.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141491410.2300.050.42166.2914.1751.57
Hex72958D17052Aa6e34
Octal1622252152705522461664
Binary11100101001010110001101101110101101010101001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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