Html Css Color HEX #668B84 Gumbo

📋 copy color: '#668B84'

red 102 ◦ green 139 ◦ blue 132

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

Shades of Gumbo #668B84

Tints of Gumbo #668B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.39%

R = 27.35%
G = 37.27%
B = 35.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#668B84 (or 0x668B84) is known color: Gumbo. HEX triplet: 66, 8B and 84. RGB value is (102,139,132). Sum of RGB (Red+Green+Blue) = 102+139+132=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 139 - color contains mainly: green. Hex color #668B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668B84 is #99747B. Grayscale: #7F7F7F. Windows color (decimal): -10056828 or 8686438. OLE color: 8686438.

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

Color convert

RGB 102 139 132 -
CMYK 0.27 0 0.05 0.45
HSL 168.65º 0.15% 0.47% -
HSV(B) 168.65º 0.27% 0.55% -
XYZ 18.88 22.96 25.27 -
YUV 127.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 102 139 132 0.27 0 0.05 0.45 168.65 0.15 0.47
Hex 66 8B 84 1B 0 5 2D A9 F 2F
Octal 146 213 204 33 0 5 55 251 17 57
Binary 1100110 10001011 10000100 11011 0 101 101101 10101001 1111 101111

Color Harmonies of #668B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B84

Black with #668B84

Text Example


Text Example

White with #668B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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