#67948B

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

Shades of Gumbo #67948B

Tints of Gumbo #67948B

Color information

#67948B (or 0x67948B) is unknown color: approx Gumbo. HEX triplet: 67, 94 and 8B. RGB value is (103,148,139). Sum of RGB (Red+Green+Blue) = 103+148+139=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #67948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67948B is #986B74. Grayscale: #858585. Windows color (decimal): -9988981 or 9147495. OLE color: 9147495.

HSL color Cylindrical-coordinate representation of color #67948B: hue angle of 168º 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 #67948B is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB103148139-
CMYK0.3000.060.42
HSL168º17.93%49.22%-
HSV(B)168º30.41%58.04%-
XYZ20.8425.9328.33-
YUV133.52131.09106.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.41%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=26.41%
G=37.95%
B=35.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031481390.3000.060.4216817.9349.22
Hex67948B1E062Aa81231
Octal1472242133606522502261
Binary110011110010100100010111111001101010101010100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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