Html Css Color HEX #678683 Gumbo

📋 copy color: '#678683'

red 103 ◦ green 134 ◦ blue 131

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

Shades of Gumbo #678683

Tints of Gumbo #678683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.6%

R = 27.99%
G = 36.41%
B = 35.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#678683 (or 0x678683) is known color: Gumbo. HEX triplet: 67, 86 and 83. RGB value is (103,134,131). Sum of RGB (Red+Green+Blue) = 103+134+131=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #678683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678683 is #98797C. Grayscale: #7C7C7C. Windows color (decimal): -9992573 or 8619623. OLE color: 8619623.

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

Color convert

RGB 103 134 131 -
CMYK 0.23 0 0.02 0.47
HSL 174.19º 0.13% 0.46% -
HSV(B) 174.19º 0.23% 0.53% -
XYZ 18.22 21.57 24.68 -
YUV 124.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 103 134 131 0.23 0 0.02 0.47 174.19 0.13 0.46
Hex 67 86 83 17 0 2 2F AE D 2E
Octal 147 206 203 27 0 2 57 256 15 56
Binary 1100111 10000110 10000011 10111 0 10 101111 10101110 1101 101110

Color Harmonies of #678683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678683

Black with #678683

Text Example


Text Example

White with #678683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678683; }

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

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

background-color css

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

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

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

border-color css

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

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

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