Html Css Color HEX #678682 Gumbo

📋 copy color: '#678682'

red 103 ◦ green 134 ◦ blue 130

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

Shades of Gumbo #678682

Tints of Gumbo #678682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.42%

R = 28.07%
G = 36.51%
B = 35.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#678682 (or 0x678682) is known color: Gumbo. HEX triplet: 67, 86 and 82. RGB value is (103,134,130). Sum of RGB (Red+Green+Blue) = 103+134+130=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 134 - color contains mainly: green. Hex color #678682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678682 is #98797D. Grayscale: #7C7C7C. Windows color (decimal): -9992574 or 8554087. OLE color: 8554087.

HSL color Cylindrical-coordinate representation of color #678682: hue angle of 172.26º 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 #678682 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 134 130 -
CMYK 0.23 0 0.03 0.47
HSL 172.26º 0.13% 0.46% -
HSV(B) 172.26º 0.23% 0.53% -
XYZ 18.15 21.55 24.32 -
YUV 124.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 103 134 130 0.23 0 0.03 0.47 172.26 0.13 0.46
Hex 67 86 82 17 0 3 2F AC D 2E
Octal 147 206 202 27 0 3 57 254 15 56
Binary 1100111 10000110 10000010 10111 0 11 101111 10101100 1101 101110

Color Harmonies of #678682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678682

Black with #678682

Text Example


Text Example

White with #678682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678682; }

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

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

background-color css

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

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

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

border-color css

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

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

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