Html Css Color HEX #678482 Gumbo

📋 copy color: '#678482'

red 103 ◦ green 132 ◦ blue 130

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

Shades of Gumbo #678482

Tints of Gumbo #678482

RGB

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

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

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

R = 28.22%
G = 36.16%
B = 35.62%

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

#678482 (or 0x678482) is known color: Gumbo. HEX triplet: 67, 84 and 82. RGB value is (103,132,130). Sum of RGB (Red+Green+Blue) = 103+132+130=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 132 - color contains mainly: green. Hex color #678482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678482 is #987B7D. Grayscale: #7B7B7B. Windows color (decimal): -9993086 or 8553575. OLE color: 8553575.

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

Color convert

RGB 103 132 130 -
CMYK 0.22 0 0.02 0.48
HSL 175.86º 0.12% 0.46% -
HSV(B) 175.86º 0.22% 0.52% -
XYZ 17.87 21 24.23 -
YUV 123.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 103 132 130 0.22 0 0.02 0.48 175.86 0.12 0.46
Hex 67 84 82 16 0 2 30 B0 C 2E
Octal 147 204 202 26 0 2 60 260 14 56
Binary 1100111 10000100 10000010 10110 0 10 110000 10110000 1100 101110

Color Harmonies of #678482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678482

Black with #678482

Text Example


Text Example

White with #678482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678482; }

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

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

background-color css

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

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

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

border-color css

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

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

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