#679891

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

Shades of Gumbo #679891

Tints of Gumbo #679891

Color information

#679891 (or 0x679891) is unknown color: approx Gumbo. HEX triplet: 67, 98 and 91. RGB value is (103,152,145). Sum of RGB (Red+Green+Blue) = 103+152+145=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #679891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679891 is #98676E. Grayscale: #888888. Windows color (decimal): -9987951 or 9541735. OLE color: 9541735.

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

Color convert

RGB103152145-
CMYK0.3200.050.40
HSL171.43º19.22%50%-
HSV(B)171.43º32.24%59.61%-
XYZ21.9327.3830.92-
YUV136.55132.77104.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.75%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 145 (57.03% from 255) = 36.25%
R=25.75%
G=38%
B=36.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031521450.3200.050.40171.4319.2250
Hex679891200528ab1332
Octal1472302214005502532362
Binary1100111100110001001000110000001011010001010101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679891; }

 p { color: rgb(103,152,145); }

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

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

 a { background-color: rgb(103,152,145); }

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

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

 span { border-color: rgb(103,152,145); }

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