#679790

Color #679790 Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #679790

Tints of Gumbo #679790

Color information

#679790 (or 0x679790) is unknown color: approx Gumbo. HEX triplet: 67, 97 and 90. RGB value is (103,151,144). Sum of RGB (Red+Green+Blue) = 103+151+144=398 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.88% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 151 - color contains mainly: green. Hex color #679790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679790 is #98686F. Grayscale: #878787. Windows color (decimal): -9988208 or 9475943. OLE color: 9475943.

HSL color Cylindrical-coordinate representation of color #679790: hue angle of 171.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #679790 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB103151144-
CMYK0.3200.050.41
HSL171.25º18.9%49.8%-
HSV(B)171.25º31.79%59.22%-
XYZ21.6927.0330.46-
YUV135.85132.6104.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.88%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=25.88%
G=37.94%
B=36.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031511440.3200.050.41171.2518.949.8
Hex679790200529ab1332
Octal1472272204005512532362
Binary1100111100101111001000010000001011010011010101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679790; }

 p { color: rgb(103,151,144); }

 H1.HeaderClassName
 {
   color: #679790;
 }
 .AnyTagClassName
 {
   color: #679790;
 }
</style>
background-color css

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

 a { background-color: rgb(103,151,144); }

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

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

 span { border-color: rgb(103,151,144); }

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