#679690

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

Shades of Gumbo #679690

Tints of Gumbo #679690

Color information

#679690 (or 0x679690) is unknown color: approx Gumbo. HEX triplet: 67, 96 and 90. RGB value is (103,150,144). Sum of RGB (Red+Green+Blue) = 103+150+144=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 150 - color contains mainly: green. Hex color #679690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679690 is #98696F. Grayscale: #878787. Windows color (decimal): -9988464 or 9475687. OLE color: 9475687.

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

Color convert

RGB103150144-
CMYK0.3100.040.41
HSL172.34º18.58%49.61%-
HSV(B)172.34º31.33%58.82%-
XYZ21.5326.7130.41-
YUV135.26132.93104.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.94%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=25.94%
G=37.78%
B=36.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031501440.3100.040.41172.3418.5849.61
Hex6796901F0429ac1332
Octal1472262203704512542362
Binary110011110010110100100001111101001010011010110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679690; }

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

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

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

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

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

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

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

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