#678484

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

Shades of Gumbo #678484

Tints of Gumbo #678484

Color information

#678484 (or 0x678484) is unknown color: approx Gumbo. HEX triplet: 67, 84 and 84. RGB value is (103,132,132). Sum of RGB (Red+Green+Blue) = 103+132+132=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #678484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678484 is #987B7B. Grayscale: #7B7B7B. Windows color (decimal): -9993084 or 8684647. OLE color: 8684647.

HSL color Cylindrical-coordinate representation of color #678484: hue angle of 180º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #678484 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB103132132-
CMYK0.22000.48
HSL180º12.34%46.08%-
HSV(B)180º21.97%51.76%-
XYZ18.0121.0524.94-
YUV123.33132.89113.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.07%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=28.07%
G=35.97%
B=35.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031321320.22000.4818012.3446.08
Hex678484160030b4c2e
Octal1472042042600602641456
Binary110011110000100100001001011000110000101101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678484; }

 p { color: rgb(103,132,132); }

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

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

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

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

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

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

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