#67948E

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

Shades of Gumbo #67948E

Tints of Gumbo #67948E

Color information

#67948E (or 0x67948E) is unknown color: approx Gumbo. HEX triplet: 67, 94 and 8E. RGB value is (103,148,142). Sum of RGB (Red+Green+Blue) = 103+148+142=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #67948E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67948E is #986B71. Grayscale: #858585. Windows color (decimal): -9988978 or 9344103. OLE color: 9344103.

HSL color Cylindrical-coordinate representation of color #67948E: hue angle of 172º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67948E is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB103148142-
CMYK0.3000.040.42
HSL172º17.93%49.22%-
HSV(B)172º30.41%58.04%-
XYZ21.0726.0229.5-
YUV133.86132.59105.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.21%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=26.21%
G=37.66%
B=36.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031481420.3000.040.4217217.9349.22
Hex67948E1E042Aac1231
Octal1472242163604522542261
Binary110011110010100100011101111001001010101010110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67948E; }

 p { color: rgb(103,148,142); }

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

<style>
 a { background-color: #67948E; }

 a { background-color: rgb(103,148,142); }

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

<style>
 span { border-color: #67948E; }

 span { border-color: rgb(103,148,142); }

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