Html Css Color HEX #678481 Gumbo

📋 copy color: '#678481'

red 103 ◦ green 132 ◦ blue 129

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

Shades of Gumbo #678481

Tints of Gumbo #678481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.26%

 BLUE value IS 129 (50.78% from 255) = 35.44%

R = 28.3%
G = 36.26%
B = 35.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#678481 (or 0x678481) is known color: Gumbo. HEX triplet: 67, 84 and 81. RGB value is (103,132,129). Sum of RGB (Red+Green+Blue) = 103+132+129=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #678481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678481 is #987B7E. Grayscale: #7A7A7A. Windows color (decimal): -9993087 or 8488039. OLE color: 8488039.

HSL color Cylindrical-coordinate representation of color #678481: hue angle of 173.79º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #678481 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 132 129 -
CMYK 0.22 0 0.02 0.48
HSL 173.79º 0.12% 0.46% -
HSV(B) 173.79º 0.22% 0.52% -
XYZ 17.81 20.97 23.88 -
YUV 122.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 103 132 129 0.22 0 0.02 0.48 173.79 0.12 0.46
Hex 67 84 81 16 0 2 30 AE C 2E
Octal 147 204 201 26 0 2 60 256 14 56
Binary 1100111 10000100 10000001 10110 0 10 110000 10101110 1100 101110

Color Harmonies of #678481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678481

Black with #678481

Text Example


Text Example

White with #678481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678481; }

 p { color: rgb(103,132,129); }

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

background-color css

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

 a { background-color: rgb(103,132,129); }

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

border-color css

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

 span { border-color: rgb(103,132,129); }

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