Html Css Color HEX #678988 Gumbo

📋 copy color: '#678988'

red 103 ◦ green 137 ◦ blue 136

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

Shades of Gumbo #678988

Tints of Gumbo #678988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.44%

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 27.39%
G = 36.44%
B = 36.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#678988 (or 0x678988) is known color: Gumbo. HEX triplet: 67, 89 and 88. RGB value is (103,137,136). Sum of RGB (Red+Green+Blue) = 103+137+136=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #678988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678988 is #987677. Grayscale: #7E7E7E. Windows color (decimal): -9991800 or 8948071. OLE color: 8948071.

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

Color convert

RGB 103 137 136 -
CMYK 0.25 0 0.01 0.46
HSL 178.24º 0.14% 0.47% -
HSV(B) 178.24º 0.25% 0.54% -
XYZ 18.98 22.55 26.65 -
YUV 126.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 103 137 136 0.25 0 0.01 0.46 178.24 0.14 0.47
Hex 67 89 88 19 0 1 2E B2 E 2F
Octal 147 211 210 31 0 1 56 262 16 57
Binary 1100111 10001001 10001000 11001 0 1 101110 10110010 1110 101111

Color Harmonies of #678988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678988

Black with #678988

Text Example


Text Example

White with #678988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678988; }

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

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

background-color css

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

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

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

border-color css

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

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

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