#68948F

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

Shades of Gumbo #68948F

Tints of Gumbo #68948F

Color information

#68948F (or 0x68948F) is unknown color: approx Gumbo. HEX triplet: 68, 94 and 8F. RGB value is (104,148,143). Sum of RGB (Red+Green+Blue) = 104+148+143=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #68948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68948F is #976B70. Grayscale: #868686. Windows color (decimal): -9923441 or 9409640. OLE color: 9409640.

HSL color Cylindrical-coordinate representation of color #68948F: hue angle of 173.18º degrees, saturation: 0.17, 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 #68948F is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB104148143-
CMYK0.3000.030.42
HSL173.18º17.46%49.41%-
HSV(B)173.18º29.73%58.04%-
XYZ21.2626.1129.91-
YUV134.27132.92106.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.33%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=26.33%
G=37.47%
B=36.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041481430.3000.030.42173.1817.4649.41
Hex68948F1E032Aad1131
Octal1502242173603522552161
Binary11010001001010010001111111100111010101010110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,148,143); }

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

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

 a { background-color: rgb(104,148,143); }

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

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

 span { border-color: rgb(104,148,143); }

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