Html Css Color HEX #668B86 Gumbo

📋 copy color: '#668B86'

red 102 ◦ green 139 ◦ blue 134

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

Shades of Gumbo #668B86

Tints of Gumbo #668B86

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.07%

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

R = 27.2%
G = 37.07%
B = 35.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#668B86 (or 0x668B86) is known color: Gumbo. HEX triplet: 66, 8B and 86. RGB value is (102,139,134). Sum of RGB (Red+Green+Blue) = 102+139+134=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #668B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668B86 is #997479. Grayscale: #7F7F7F. Windows color (decimal): -10056826 or 8817510. OLE color: 8817510.

HSL color Cylindrical-coordinate representation of color #668B86: hue angle of 171.89º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668B86 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 139 134 -
CMYK 0.27 0 0.04 0.45
HSL 171.89º 0.15% 0.47% -
HSV(B) 171.89º 0.27% 0.55% -
XYZ 19.02 23.01 25.99 -
YUV 127.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 102 139 134 0.27 0 0.04 0.45 171.89 0.15 0.47
Hex 66 8B 86 1B 0 4 2D AC F 2F
Octal 146 213 206 33 0 4 55 254 17 57
Binary 1100110 10001011 10000110 11011 0 100 101101 10101100 1111 101111

Color Harmonies of #668B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B86

Black with #668B86

Text Example


Text Example

White with #668B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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