Html Css Color HEX #668D86 Gumbo

📋 copy color: '#668D86'

red 102 ◦ green 141 ◦ blue 134

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

Shades of Gumbo #668D86

Tints of Gumbo #668D86

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 27.06%
G = 37.4%
B = 35.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#668D86 (or 0x668D86) is known color: Gumbo. HEX triplet: 66, 8D and 86. RGB value is (102,141,134). Sum of RGB (Red+Green+Blue) = 102+141+134=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 141 - color contains mainly: green. Hex color #668D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668D86 is #997279. Grayscale: #808080. Windows color (decimal): -10056314 or 8818022. OLE color: 8818022.

HSL color Cylindrical-coordinate representation of color #668D86: hue angle of 169.23º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668D86 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 141 134 -
CMYK 0.28 0 0.05 0.45
HSL 169.23º 0.16% 0.48% -
HSV(B) 169.23º 0.28% 0.55% -
XYZ 19.31 23.6 26.09 -
YUV 128.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 102 141 134 0.28 0 0.05 0.45 169.23 0.16 0.48
Hex 66 8D 86 1C 0 5 2D A9 10 30
Octal 146 215 206 34 0 5 55 251 20 60
Binary 1100110 10001101 10000110 11100 0 101 101101 10101001 10000 110000

Color Harmonies of #668D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668D86

Black with #668D86

Text Example


Text Example

White with #668D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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