Html Css Color HEX #668882 Gumbo

📋 copy color: '#668882'

red 102 ◦ green 136 ◦ blue 130

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

Shades of Gumbo #668882

Tints of Gumbo #668882

RGB

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

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

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

R = 27.72%
G = 36.96%
B = 35.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#668882 (or 0x668882) is known color: Gumbo. HEX triplet: 66, 88 and 82. RGB value is (102,136,130). Sum of RGB (Red+Green+Blue) = 102+136+130=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #668882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668882 is #99777D. Grayscale: #7D7D7D. Windows color (decimal): -10057598 or 8554598. OLE color: 8554598.

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

Color convert

RGB 102 136 130 -
CMYK 0.25 0 0.04 0.47
HSL 169.41º 0.14% 0.47% -
HSV(B) 169.41º 0.25% 0.53% -
XYZ 18.31 22.04 24.41 -
YUV 125.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 102 136 130 0.25 0 0.04 0.47 169.41 0.14 0.47
Hex 66 88 82 19 0 4 2F A9 E 2F
Octal 146 210 202 31 0 4 57 251 16 57
Binary 1100110 10001000 10000010 11001 0 100 101111 10101001 1110 101111

Color Harmonies of #668882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668882

Black with #668882

Text Example


Text Example

White with #668882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668882; }

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

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

background-color css

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

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

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

border-color css

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

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

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