Html Css Color HEX #678882 Gumbo

📋 copy color: '#678882'

red 103 ◦ green 136 ◦ blue 130

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

Shades of Gumbo #678882

Tints of Gumbo #678882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

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

R = 27.91%
G = 36.86%
B = 35.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#678882 (or 0x678882) is known color: Gumbo. HEX triplet: 67, 88 and 82. RGB value is (103,136,130). Sum of RGB (Red+Green+Blue) = 103+136+130=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #678882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678882 is #98777D. Grayscale: #7D7D7D. Windows color (decimal): -9992062 or 8554599. OLE color: 8554599.

HSL color Cylindrical-coordinate representation of color #678882: hue angle of 169.09º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #678882 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 136 130 -
CMYK 0.24 0 0.04 0.47
HSL 169.09º 0.14% 0.47% -
HSV(B) 169.09º 0.24% 0.53% -
XYZ 18.43 22.1 24.41 -
YUV 125.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 103 136 130 0.24 0 0.04 0.47 169.09 0.14 0.47
Hex 67 88 82 18 0 4 2F A9 E 2F
Octal 147 210 202 30 0 4 57 251 16 57
Binary 1100111 10001000 10000010 11000 0 100 101111 10101001 1110 101111

Color Harmonies of #678882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678882

Black with #678882

Text Example


Text Example

White with #678882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678882; }

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

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

background-color css

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

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

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

border-color css

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

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

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