Html Css Color HEX #678D86 Gumbo

📋 copy color: '#678D86'

red 103 ◦ green 141 ◦ blue 134

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

Shades of Gumbo #678D86

Tints of Gumbo #678D86

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.3%

 BLUE value IS 134 (52.73% from 255) = 35.45%

R = 27.25%
G = 37.3%
B = 35.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#678D86 (or 0x678D86) is known color: Gumbo. HEX triplet: 67, 8D and 86. RGB value is (103,141,134). Sum of RGB (Red+Green+Blue) = 103+141+134=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 141 - color contains mainly: green. Hex color #678D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678D86 is #987279. Grayscale: #808080. Windows color (decimal): -9990778 or 8818023. OLE color: 8818023.

HSL color Cylindrical-coordinate representation of color #678D86: hue angle of 168.95º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #678D86 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 141 134 -
CMYK 0.27 0 0.05 0.45
HSL 168.95º 0.16% 0.48% -
HSV(B) 168.95º 0.27% 0.55% -
XYZ 19.42 23.65 26.1 -
YUV 128.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 103 141 134 0.27 0 0.05 0.45 168.95 0.16 0.48
Hex 67 8D 86 1B 0 5 2D A9 10 30
Octal 147 215 206 33 0 5 55 251 20 60
Binary 1100111 10001101 10000110 11011 0 101 101101 10101001 10000 110000

Color Harmonies of #678D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678D86

Black with #678D86

Text Example


Text Example

White with #678D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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