Html Css Color HEX #668B88 Gumbo

📋 copy color: '#668B88'

red 102 ◦ green 139 ◦ blue 136

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

Shades of Gumbo #668B88

Tints of Gumbo #668B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.07%

R = 27.06%
G = 36.87%
B = 36.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#668B88 (or 0x668B88) is known color: Gumbo. HEX triplet: 66, 8B and 88. RGB value is (102,139,136). Sum of RGB (Red+Green+Blue) = 102+139+136=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #668B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668B88 is #997477. Grayscale: #7F7F7F. Windows color (decimal): -10056824 or 8948582. OLE color: 8948582.

HSL color Cylindrical-coordinate representation of color #668B88: hue angle of 175.14º 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 #668B88 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 139 136 -
CMYK 0.27 0 0.02 0.45
HSL 175.14º 0.15% 0.47% -
HSV(B) 175.14º 0.27% 0.55% -
XYZ 19.16 23.07 26.74 -
YUV 127.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 102 139 136 0.27 0 0.02 0.45 175.14 0.15 0.47
Hex 66 8B 88 1B 0 2 2D AF F 2F
Octal 146 213 210 33 0 2 55 257 17 57
Binary 1100110 10001011 10001000 11011 0 10 101101 10101111 1111 101111

Color Harmonies of #668B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B88

Black with #668B88

Text Example


Text Example

White with #668B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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