#67968D

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

Shades of Gumbo #67968D

Tints of Gumbo #67968D

Color information

#67968D (or 0x67968D) is unknown color: approx Gumbo. HEX triplet: 67, 96 and 8D. RGB value is (103,150,141). Sum of RGB (Red+Green+Blue) = 103+150+141=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 150 - color contains mainly: green. Hex color #67968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67968D is #986972. Grayscale: #868686. Windows color (decimal): -9988467 or 9279079. OLE color: 9279079.

HSL color Cylindrical-coordinate representation of color #67968D: hue angle of 168.51º 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 #67968D is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB103150141-
CMYK0.3100.060.41
HSL168.51º18.58%49.61%-
HSV(B)168.51º31.33%58.82%-
XYZ21.3126.6229.21-
YUV134.92131.43105.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.14%
GREEN value IS 150 (58.98% from 255) = 38.07%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=26.14%
G=38.07%
B=35.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031501410.3100.060.41168.5118.5849.61
Hex67968D1F0629a91332
Octal1472262153706512512362
Binary110011110010110100011011111101101010011010100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67968D; }

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

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

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

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

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

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

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

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