#74968F

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

Shades of Gumbo #74968F

Tints of Gumbo #74968F

Color information

#74968F (or 0x74968F) is unknown color: approx Gumbo. HEX triplet: 74, 96 and 8F. RGB value is (116,150,143). Sum of RGB (Red+Green+Blue) = 116+150+143=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #74968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74968F is #8B6970. Grayscale: #8B8B8B. Windows color (decimal): -9136497 or 9410164. OLE color: 9410164.

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

Color convert

RGB116150143-
CMYK0.2300.050.41
HSL167.65º13.93%52.16%-
HSV(B)167.65º22.67%58.82%-
XYZ23.0727.5130.08-
YUV139.04130.24111.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.36%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 143 (56.25% from 255) = 34.96%
R=28.36%
G=36.67%
B=34.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161501430.2300.050.41167.6513.9352.16
Hex74968F170529a8e34
Octal1642262172705512501664
Binary11101001001011010001111101110101101001101010001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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