#72968D

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

Shades of Gumbo #72968D

Tints of Gumbo #72968D

Color information

#72968D (or 0x72968D) is unknown color: approx Gumbo. HEX triplet: 72, 96 and 8D. RGB value is (114,150,141). Sum of RGB (Red+Green+Blue) = 114+150+141=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 150 - color contains mainly: green. Hex color #72968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72968D is #8D6972. Grayscale: #8A8A8A. Windows color (decimal): -9267571 or 9279090. OLE color: 9279090.

HSL color Cylindrical-coordinate representation of color #72968D: hue angle of 165º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #72968D is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB114150141-
CMYK0.2400.060.41
HSL165º14.63%51.76%-
HSV(B)165º24%58.82%-
XYZ22.6527.3129.28-
YUV138.21129.57110.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 141 (55.47% from 255) = 34.81%
R=28.15%
G=37.04%
B=34.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141501410.2400.060.4116514.6351.76
Hex72968D180629a5f34
Octal1622262153006512451764
Binary11100101001011010001101110000110101001101001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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