Html Css Color HEX #678685 Gumbo

📋 copy color: '#678685'

red 103 ◦ green 134 ◦ blue 133

#678685
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gumbo #678685

Tints of Gumbo #678685

RGB

 RED value IS 103 (40.63% from 255) = 27.84%

 GREEN value IS 134 (52.73% from 255) = 36.22%

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 27.84%
G = 36.22%
B = 35.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#678685 (or 0x678685) is known color: Gumbo. HEX triplet: 67, 86 and 85. RGB value is (103,134,133). Sum of RGB (Red+Green+Blue) = 103+134+133=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 134 - color contains mainly: green. Hex color #678685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678685 is #98797A. Grayscale: #7C7C7C. Windows color (decimal): -9992571 or 8750695. OLE color: 8750695.

HSL color Cylindrical-coordinate representation of color #678685: hue angle of 178.06º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #678685 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 134 133 -
CMYK 0.23 0 0.01 0.47
HSL 178.06º 0.13% 0.46% -
HSV(B) 178.06º 0.23% 0.53% -
XYZ 18.35 21.63 25.4 -
YUV 124.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 103 134 133 0.23 0 0.01 0.47 178.06 0.13 0.46
Hex 67 86 85 17 0 1 2F B2 D 2E
Octal 147 206 205 27 0 1 57 262 15 56
Binary 1100111 10000110 10000101 10111 0 1 101111 10110010 1101 101110

Color Harmonies of #678685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678685

Black with #678685

Text Example


Text Example

White with #678685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678685; }

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

 H1.HeaderClassName
 {
   color: #678685;
 }
 .AnyTagClassName
 {
   color: #678685;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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