Html Css Color HEX #668682 Gumbo

📋 copy color: '#668682'

red 102 ◦ green 134 ◦ blue 130

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

Shades of Gumbo #668682

Tints of Gumbo #668682

RGB

 RED value IS 102 (40.23% from 255) = 27.87%

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

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

R = 27.87%
G = 36.61%
B = 35.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#668682 (or 0x668682) is known color: Gumbo. HEX triplet: 66, 86 and 82. RGB value is (102,134,130). Sum of RGB (Red+Green+Blue) = 102+134+130=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #668682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668682 is #99797D. Grayscale: #7B7B7B. Windows color (decimal): -10058110 or 8554086. OLE color: 8554086.

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

Color convert

RGB 102 134 130 -
CMYK 0.24 0 0.03 0.47
HSL 172.5º 0.14% 0.46% -
HSV(B) 172.5º 0.24% 0.53% -
XYZ 18.03 21.49 24.32 -
YUV 123.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 102 134 130 0.24 0 0.03 0.47 172.5 0.14 0.46
Hex 66 86 82 18 0 3 2F AC E 2E
Octal 146 206 202 30 0 3 57 254 16 56
Binary 1100110 10000110 10000010 11000 0 11 101111 10101100 1110 101110

Color Harmonies of #668682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668682

Black with #668682

Text Example


Text Example

White with #668682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668682; }

 p { color: rgb(102,134,130); }

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

background-color css

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

 a { background-color: rgb(102,134,130); }

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

border-color css

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

 span { border-color: rgb(102,134,130); }

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