#678885

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

Shades of Gumbo #678885

Tints of Gumbo #678885

Color information

#678885 (or 0x678885) is unknown color: approx Gumbo. HEX triplet: 67, 88 and 85. RGB value is (103,136,133). Sum of RGB (Red+Green+Blue) = 103+136+133=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 136 - color contains mainly: green. Hex color #678885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678885 is #98777A. Grayscale: #7D7D7D. Windows color (decimal): -9992059 or 8751207. OLE color: 8751207.

HSL color Cylindrical-coordinate representation of color #678885: hue angle of 174.55º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #678885 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB103136133-
CMYK0.2400.020.47
HSL174.55º13.81%46.86%-
HSV(B)174.55º24.26%53.33%-
XYZ18.6322.1925.49-
YUV125.79132.07111.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.69%
GREEN value IS 136 (53.52% from 255) = 36.56%
BLUE value IS 133 (52.34% from 255) = 35.75%
R=27.69%
G=36.56%
B=35.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031361330.2400.020.47174.5513.8146.86
Hex67888518022Fafe2f
Octal1472102053002572571657
Binary1100111100010001000010111000010101111101011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678885; }

 p { color: rgb(103,136,133); }

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

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

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

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

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

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

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