Html Css Color HEX #668786 Gumbo

📋 copy color: '#668786'

red 102 ◦ green 135 ◦ blue 134

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

Shades of Gumbo #668786

Tints of Gumbo #668786

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.39%

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

R = 27.49%
G = 36.39%
B = 36.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#668786 (or 0x668786) is known color: Gumbo. HEX triplet: 66, 87 and 86. RGB value is (102,135,134). Sum of RGB (Red+Green+Blue) = 102+135+134=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #668786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668786 is #997879. Grayscale: #7C7C7C. Windows color (decimal): -10057850 or 8816486. OLE color: 8816486.

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

Color convert

RGB 102 135 134 -
CMYK 0.24 0 0.01 0.47
HSL 178.18º 0.14% 0.46% -
HSV(B) 178.18º 0.24% 0.53% -
XYZ 18.45 21.87 25.8 -
YUV 125.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 102 135 134 0.24 0 0.01 0.47 178.18 0.14 0.46
Hex 66 87 86 18 0 1 2F B2 E 2E
Octal 146 207 206 30 0 1 57 262 16 56
Binary 1100110 10000111 10000110 11000 0 1 101111 10110010 1110 101110

Color Harmonies of #668786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668786

Black with #668786

Text Example


Text Example

White with #668786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668786; }

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

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

background-color css

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

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

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

border-color css

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

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

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