#75968F

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

Shades of Gumbo #75968F

Tints of Gumbo #75968F

Color information

#75968F (or 0x75968F) is unknown color: approx Gumbo. HEX triplet: 75, 96 and 8F. RGB value is (117,150,143). Sum of RGB (Red+Green+Blue) = 117+150+143=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #75968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75968F is #8A6970. Grayscale: #8B8B8B. Windows color (decimal): -9070961 or 9410165. OLE color: 9410165.

HSL color Cylindrical-coordinate representation of color #75968F: hue angle of 167.27º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75968F is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB117150143-
CMYK0.2200.050.41
HSL167.27º13.58%52.35%-
HSV(B)167.27º22%58.82%-
XYZ23.227.5830.09-
YUV139.33130.07112.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.54%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 143 (56.25% from 255) = 34.88%
R=28.54%
G=36.59%
B=34.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171501430.2200.050.41167.2713.5852.35
Hex75968F160529a7e34
Octal1652262172605512471664
Binary11101011001011010001111101100101101001101001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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