Html Css Color HEX #668782 Gumbo

📋 copy color: '#668782'

red 102 ◦ green 135 ◦ blue 130

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

Shades of Gumbo #668782

Tints of Gumbo #668782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.42%

R = 27.79%
G = 36.78%
B = 35.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#668782 (or 0x668782) is known color: Gumbo. HEX triplet: 66, 87 and 82. RGB value is (102,135,130). Sum of RGB (Red+Green+Blue) = 102+135+130=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #668782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668782 is #99787D. Grayscale: #7C7C7C. Windows color (decimal): -10057854 or 8554342. OLE color: 8554342.

HSL color Cylindrical-coordinate representation of color #668782: hue angle of 170.91º 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 #668782 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 135 130 -
CMYK 0.24 0 0.04 0.47
HSL 170.91º 0.14% 0.46% -
HSV(B) 170.91º 0.24% 0.53% -
XYZ 18.17 21.76 24.36 -
YUV 124.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 102 135 130 0.24 0 0.04 0.47 170.91 0.14 0.46
Hex 66 87 82 18 0 4 2F AB E 2E
Octal 146 207 202 30 0 4 57 253 16 56
Binary 1100110 10000111 10000010 11000 0 100 101111 10101011 1110 101110

Color Harmonies of #668782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668782

Black with #668782

Text Example


Text Example

White with #668782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668782; }

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

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

background-color css

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

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

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

border-color css

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

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

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