#678F8A

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

Shades of Gumbo #678F8A

Tints of Gumbo #678F8A

Color information

#678F8A (or 0x678F8A) is unknown color: approx Gumbo. HEX triplet: 67, 8F and 8A. RGB value is (103,143,138). Sum of RGB (Red+Green+Blue) = 103+143+138=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 143 - color contains mainly: green. Hex color #678F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678F8A is #987075. Grayscale: #828282. Windows color (decimal): -9990262 or 9080679. OLE color: 9080679.

HSL color Cylindrical-coordinate representation of color #678F8A: hue angle of 172.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #678F8A is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB103143138-
CMYK0.2800.030.44
HSL172.5º16.26%48.24%-
HSV(B)172.5º27.97%56.08%-
XYZ2024.3627.69-
YUV130.47132.25108.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.82%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=26.82%
G=37.24%
B=35.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031431380.2800.030.44172.516.2648.24
Hex678F8A1C032Cac1030
Octal1472172123403542542060
Binary11001111000111110001010111000111011001010110010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678F8A; }

 p { color: rgb(103,143,138); }

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

<style>
 a { background-color: #678F8A; }

 a { background-color: rgb(103,143,138); }

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

<style>
 span { border-color: #678F8A; }

 span { border-color: rgb(103,143,138); }

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