#67968E

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

Shades of Gumbo #67968E

Tints of Gumbo #67968E

Color information

#67968E (or 0x67968E) is unknown color: approx Gumbo. HEX triplet: 67, 96 and 8E. RGB value is (103,150,142). Sum of RGB (Red+Green+Blue) = 103+150+142=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #67968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67968E is #986971. Grayscale: #878787. Windows color (decimal): -9988466 or 9344615. OLE color: 9344615.

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

Color convert

RGB103150142-
CMYK0.3100.050.41
HSL169.79º18.58%49.61%-
HSV(B)169.79º31.33%58.82%-
XYZ21.3826.6529.61-
YUV135.04131.93105.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.08%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=26.08%
G=37.97%
B=35.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031501420.3100.050.41169.7918.5849.61
Hex67968E1F0529aa1332
Octal1472262163705512522362
Binary110011110010110100011101111101011010011010101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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