#68978F

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

Shades of Gumbo #68978F

Tints of Gumbo #68978F

Color information

#68978F (or 0x68978F) is unknown color: approx Gumbo. HEX triplet: 68, 97 and 8F. RGB value is (104,151,143). Sum of RGB (Red+Green+Blue) = 104+151+143=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 151 - color contains mainly: green. Hex color #68978F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68978F is #976870. Grayscale: #888888. Windows color (decimal): -9922673 or 9410408. OLE color: 9410408.

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

Color convert

RGB104151143-
CMYK0.3100.050.41
HSL169.79º18.43%50%-
HSV(B)169.79º31.13%59.22%-
XYZ21.7327.0630.06-
YUV136.04131.93105.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 143 (56.25% from 255) = 35.93%
R=26.13%
G=37.94%
B=35.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041511430.3100.050.41169.7918.4350
Hex68978F1F0529aa1232
Octal1502272173705512522262
Binary110100010010111100011111111101011010011010101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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